diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-05 13:39:23 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-05 13:39:23 +0000 |
commit | 131b0d2fcfa72de250f0add965f6f12aea943bf3 (patch) | |
tree | 5d901dc2aecc6bd584b81542a3f2304ebae3acc3 | |
parent | fbe67f85b2e14bf0b9a4c2b6306ccbcefdb8956b (diff) | |
download | external_llvm-131b0d2fcfa72de250f0add965f6f12aea943bf3.zip external_llvm-131b0d2fcfa72de250f0add965f6f12aea943bf3.tar.gz external_llvm-131b0d2fcfa72de250f0add965f6f12aea943bf3.tar.bz2 |
Make two more LLVM headers standalone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86131 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/ConstantFolder.h | 2 | ||||
-rw-r--r-- | include/llvm/Support/TargetFolder.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Support/ConstantFolder.h b/include/llvm/Support/ConstantFolder.h index 99cb920..b4589af 100644 --- a/include/llvm/Support/ConstantFolder.h +++ b/include/llvm/Support/ConstantFolder.h @@ -18,6 +18,8 @@ #define LLVM_SUPPORT_CONSTANTFOLDER_H #include "llvm/Constants.h" +#include "llvm/Instruction.h" +#include "llvm/InstrTypes.h" namespace llvm { diff --git a/include/llvm/Support/TargetFolder.h b/include/llvm/Support/TargetFolder.h index 46ad9b6..e9cf585 100644 --- a/include/llvm/Support/TargetFolder.h +++ b/include/llvm/Support/TargetFolder.h @@ -20,6 +20,8 @@ #define LLVM_SUPPORT_TARGETFOLDER_H #include "llvm/Constants.h" +#include "llvm/Instruction.h" +#include "llvm/InstrTypes.h" #include "llvm/Analysis/ConstantFolding.h" namespace llvm { |