diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-22 06:25:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-22 06:25:38 +0000 |
commit | b228f9c86bcc983e434a3d1df03046d51552bf70 (patch) | |
tree | bd16bb425952d2648678b912baed53e2ed644092 /lib/VMCore | |
parent | 14c6ef7ca1a3b77e2032ea9aa5c91e520f450eb0 (diff) | |
download | external_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.cpp | 4 |
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> |