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 | 73818d685e9c61dbe25d4f65cc3791bfc5746cfc (patch) | |
| tree | 7b6b41377779c04c0acfd55c2580275a6b659705 | |
| parent | 9ad44629c3b9537eb66c96aab1cb667c721dc5ec (diff) | |
| download | bcm5719-llvm-73818d685e9c61dbe25d4f65cc3791bfc5746cfc.tar.gz bcm5719-llvm-73818d685e9c61dbe25d4f65cc3791bfc5746cfc.zip | |
Make two more LLVM headers standalone
llvm-svn: 86131
| -rw-r--r-- | llvm/include/llvm/Support/ConstantFolder.h | 2 | ||||
| -rw-r--r-- | llvm/include/llvm/Support/TargetFolder.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/ConstantFolder.h b/llvm/include/llvm/Support/ConstantFolder.h index 99cb92078f3..b4589af745a 100644 --- a/llvm/include/llvm/Support/ConstantFolder.h +++ b/llvm/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/llvm/include/llvm/Support/TargetFolder.h b/llvm/include/llvm/Support/TargetFolder.h index 46ad9b601f7..e9cf585b670 100644 --- a/llvm/include/llvm/Support/TargetFolder.h +++ b/llvm/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 { |

