projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c6ef7
)
Get all instruction definitions
author
Chris Lattner
<sabre@nondot.org>
Sun, 22 Feb 2004 06:25:38 +0000
(06:25 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/VMCore/ConstantFold.cpp
b/lib/VMCore/ConstantFold.cpp
index 39fac8d66a4ae1ce941da4ae110ba640df3bc5b0..0d008870e1fb9110e52e3c9559540d48983850d9 100644
(file)
--- 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>