land David Blaikie's patch to de-constify Type, with a few tweaks.
[oota-llvm.git] / include / llvm / Value.h
index 08fa1c90348bb0faf29d85849f56833ab781f23b..9d274db1a8a33a52284ab94cc2c5828575f14a91 100644 (file)
@@ -91,7 +91,7 @@ protected:
   /// printing behavior.
   virtual void printCustom(raw_ostream &O) const;
 
-  Value(const Type *Ty, unsigned scid);
+  Value(Type *Ty, unsigned scid);
 public:
   virtual ~Value();