Make two more LLVM headers standalone
authorDouglas Gregor <dgregor@apple.com>
Thu, 5 Nov 2009 13:39:23 +0000 (13:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 5 Nov 2009 13:39:23 +0000 (13:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86131 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ConstantFolder.h
include/llvm/Support/TargetFolder.h

index 99cb92078f3679626fdd1e56adef3e5f131ec857..b4589af745a42114016e7730e6f3096b53fb4db4 100644 (file)
@@ -18,6 +18,8 @@
 #define LLVM_SUPPORT_CONSTANTFOLDER_H
 
 #include "llvm/Constants.h"
+#include "llvm/Instruction.h"
+#include "llvm/InstrTypes.h"
 
 namespace llvm {
 
index 46ad9b601f7788cbf59813f4f51059687a91a258..e9cf585b6708c32118c39afc581224aa68c50e75 100644 (file)
@@ -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 {