add a new map
[oota-llvm.git] / include / llvm / Constant.h
index cc73b53b497cc38ca9cc01e7bcae9cd1c1a56a98..43a736e49c50904392638bd42d4e87f0b4c960b6 100644 (file)
@@ -26,9 +26,6 @@ protected:
 
   void destroyConstantImpl();
 public:
-  // setName - Specialize setName to handle symbol table majik...
-  virtual void setName(const std::string &name, SymbolTable *ST = 0);
-
   /// Static constructor to get a '0' constant of arbitrary type...
   ///
   static Constant *getNullValue(const Type *Ty);