diff options
author | Dan Gohman <gohman@apple.com> | 2007-10-22 20:44:10 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-10-22 20:44:10 +0000 |
commit | d09f1c40a22d6bdb7e9ba94e26de538f117192b7 (patch) | |
tree | 483e68f4f1519b75bc038204e2821bac35cf84d2 | |
parent | e0c3d9f338b54aa907241ba449d1547736ed5771 (diff) | |
download | bcm5719-llvm-d09f1c40a22d6bdb7e9ba94e26de538f117192b7.tar.gz bcm5719-llvm-d09f1c40a22d6bdb7e9ba94e26de538f117192b7.zip |
The #include <iterator> isn't needed in this header.
llvm-svn: 43232
-rw-r--r-- | llvm/lib/VMCore/ConstantFold.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/ConstantFold.h b/llvm/lib/VMCore/ConstantFold.h index ffb7b1057e5..e01fa770840 100644 --- a/llvm/lib/VMCore/ConstantFold.h +++ b/llvm/lib/VMCore/ConstantFold.h @@ -19,8 +19,6 @@ #ifndef CONSTANTFOLDING_H #define CONSTANTFOLDING_H -#include <iterator> - namespace llvm { class Value; class Constant; @@ -48,7 +46,6 @@ namespace llvm { Constant *ConstantFoldCompareInstruction(unsigned short predicate, const Constant *C1, const Constant *C2); - Constant *ConstantFoldGetElementPtr(const Constant *C, Constant* const *Idxs, unsigned NumIdx); } // End llvm namespace |