From: Dan Gohman Date: Mon, 22 Oct 2007 20:44:10 +0000 (+0000) Subject: The #include isn't needed in this header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac72058dd6afcb41ddf8b19c4ec2093999b34282;p=oota-llvm.git The #include isn't needed in this header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43232 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index ffb7b1057e5..e01fa770840 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -19,8 +19,6 @@ #ifndef CONSTANTFOLDING_H #define CONSTANTFOLDING_H -#include - 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