aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-10-22 20:44:10 +0000
committerDan Gohman <gohman@apple.com>2007-10-22 20:44:10 +0000
commitac72058dd6afcb41ddf8b19c4ec2093999b34282 (patch)
treef3a38b881447c49cc399ab5da7706cf22eddedb7 /lib/VMCore
parent02e4fa7d5fb4edd2ce9c7ede29c74d50cb126d7d (diff)
downloadexternal_llvm-ac72058dd6afcb41ddf8b19c4ec2093999b34282.zip
external_llvm-ac72058dd6afcb41ddf8b19c4ec2093999b34282.tar.gz
external_llvm-ac72058dd6afcb41ddf8b19c4ec2093999b34282.tar.bz2
The #include <iterator> isn't needed in this header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/ConstantFold.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h
index ffb7b10..e01fa77 100644
--- a/lib/VMCore/ConstantFold.h
+++ b/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