The #include <iterator> isn't needed in this header.

llvm-svn: 43232
This commit is contained in:
Dan Gohman 2007-10-22 20:44:10 +00:00
parent df1f166e4a
commit e223bab494

View 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