OSDN Git Service

llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h: Fix -fmodules build introduced...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 Oct 2017 05:45:11 +0000 (05:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 Oct 2017 05:45:11 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316743 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h

index c9cc06c..647aa32 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineOperand.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
+#include "llvm/IR/Constants.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"