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 | a9eddae21336b1d071ed508f211a05605071fab6 (patch) | |
| tree | 937eec48c18fe7cb482107130f24beea190f48fb /llvm/lib/VMCore/ConstantFolding.cpp | |
| parent | 5fc6ae2bafda35a75e0fc706568310dfd0527dc8 (diff) | |
| download | bcm5719-llvm-a9eddae21336b1d071ed508f211a05605071fab6.tar.gz bcm5719-llvm-a9eddae21336b1d071ed508f211a05605071fab6.zip | |
Get all instruction definitions
llvm-svn: 11706
Diffstat (limited to 'llvm/lib/VMCore/ConstantFolding.cpp')
| -rw-r--r-- | llvm/lib/VMCore/ConstantFolding.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/ConstantFolding.cpp b/llvm/lib/VMCore/ConstantFolding.cpp index 39fac8d66a4..0d008870e1f 100644 --- a/llvm/lib/VMCore/ConstantFolding.cpp +++ b/llvm/lib/VMCore/ConstantFolding.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> |

