summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/ConstantFolder.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-05 13:39:23 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-05 13:39:23 +0000
commit73818d685e9c61dbe25d4f65cc3791bfc5746cfc (patch)
tree7b6b41377779c04c0acfd55c2580275a6b659705 /llvm/include/llvm/Support/ConstantFolder.h
parent9ad44629c3b9537eb66c96aab1cb667c721dc5ec (diff)
downloadbcm5719-llvm-73818d685e9c61dbe25d4f65cc3791bfc5746cfc.tar.gz
bcm5719-llvm-73818d685e9c61dbe25d4f65cc3791bfc5746cfc.zip
Make two more LLVM headers standalone
llvm-svn: 86131
Diffstat (limited to 'llvm/include/llvm/Support/ConstantFolder.h')
-rw-r--r--llvm/include/llvm/Support/ConstantFolder.h2
1 files changed, 2 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 {
OpenPOWER on IntegriCloud