X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FValue.h;h=f8eceb7ec05aac2f43a6fcae08acd175107ede89;hb=87944916a4764dabc2f89cbec0a6c7e439c28530;hp=6a39109f32ab10f3f82603629a6c6a4aa0244702;hpb=26199059268a05739c84ebf465fcdbf7ded861df;p=oota-llvm.git diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 6a39109f32a..f8eceb7ec05 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -10,11 +10,11 @@ #ifndef LLVM_VALUE_H #define LLVM_VALUE_H -#include #include "llvm/Annotation.h" #include "llvm/AbstractTypeUser.h" #include "Support/Casting.h" #include +#include class User; class Type; @@ -55,8 +55,6 @@ private: void operator=(const Value &); // Do not implement Value(const Value &); // Do not implement -protected: - inline void setType(const Type *ty) { Ty = ty; } public: Value(const Type *Ty, ValueTy vty, const std::string &name = ""); virtual ~Value();