Get all instruction definitions
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 06:25:38 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 06:25:38 +0000 (06:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11706 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ConstantFold.cpp

index 39fac8d66a4ae1ce941da4ae110ba640df3bc5b0..0d008870e1fb9110e52e3c9559540d48983850d9 100644 (file)
@@ -20,9 +20,7 @@
 
 #include "ConstantFolding.h"
 #include "llvm/Constants.h"
-#include "llvm/iPHINode.h"
-#include "llvm/iOperators.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/Instructions.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include <cmath>