The #include <iterator> isn't needed in this header.
authorDan Gohman <gohman@apple.com>
Mon, 22 Oct 2007 20:44:10 +0000 (20:44 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 22 Oct 2007 20:44:10 +0000 (20:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43232 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ConstantFold.h

index ffb7b1057e5b5b83b249ce5c00bc3e5ac38d3371..e01fa77084015e3fa212aa6e0f248116f3f6533c 100644 (file)
@@ -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