]> granicus.if.org Git - llvm/commitdiff
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 c9cc06c7927f12e74da6c5cfab3aefbc04bfb1f3..647aa3292aef968fc91ab0b308136958f6004dd6 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"