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)
llvm-svn: 316743

llvm/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"