summaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-22 06:25:38 +0000
committerChris Lattner <sabre@nondot.org>2004-02-22 06:25:38 +0000
commitb228f9c86bcc983e434a3d1df03046d51552bf70 (patch)
treebd16bb425952d2648678b912baed53e2ed644092 /lib/VMCore
parent14c6ef7ca1a3b77e2032ea9aa5c91e520f450eb0 (diff)
downloadexternal_llvm-b228f9c86bcc983e434a3d1df03046d51552bf70.zip
external_llvm-b228f9c86bcc983e434a3d1df03046d51552bf70.tar.gz
external_llvm-b228f9c86bcc983e434a3d1df03046d51552bf70.tar.bz2
Get all instruction definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/ConstantFold.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp
index 39fac8d..0d00887 100644
--- a/lib/VMCore/ConstantFold.cpp
+++ b/lib/VMCore/ConstantFold.cpp
@@ -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>