diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-27 05:45:11 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-27 05:45:11 +0000 |
commit | 363afa3b25ac975e0c5ab3a13ab4e4aea6a18316 (patch) | |
tree | d3c9af2e24b1a73e3b762865fcaec117b82b23df /llvm | |
parent | 0f46e45b034db678da2f8eeed7f0413fc5c28a4f (diff) | |
download | bcm5719-llvm-363afa3b25ac975e0c5ab3a13ab4e4aea6a18316.tar.gz bcm5719-llvm-363afa3b25ac975e0c5ab3a13ab4e4aea6a18316.zip |
llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h: Fix -fmodules build introduced in rL316715.
llvm-svn: 316743
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h b/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h index c9cc06c7927..647aa3292ae 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h @@ -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" |