[llvm-commits] CVS: llvm/include/llvm/Type.h

Chris Lattner lattner at cs.uiuc.edu
Fri Jul 9 11:49:01 PDT 2004


Changes in directory llvm/include/llvm:

Type.h updated: 1.51 -> 1.52

---
Log message:

Remove unused method


---
Diffs of the changes:  (+0 -5)

Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.51 llvm/include/llvm/Type.h:1.52
--- llvm/include/llvm/Type.h:1.51	Thu Jul  8 17:31:37 2004
+++ llvm/include/llvm/Type.h	Fri Jul  9 11:48:13 2004
@@ -126,11 +126,6 @@
   /// @brief Debugging support: print to stderr
   virtual void dump() const;
 
-  /// setName - Associate the name with this type in the symbol table, but don't
-  /// set the local name to be equal specified name.
-  ///
-  virtual void setName(const std::string &Name, SymbolTable *ST = 0);
-
   //===--------------------------------------------------------------------===//
   // Property accessors for dealing with types... Some of these virtual methods
   // are defined in private classes defined in Type.cpp for primitive types.





More information about the llvm-commits mailing list