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

Chris Lattner lattner at cs.uiuc.edu
Thu Sep 4 18:44:00 PDT 2003


Changes in directory llvm/include/llvm:

DerivedTypes.h updated: 1.35 -> 1.36

---
Log message:

Remove method



---
Diffs of the changes:

Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.35 llvm/include/llvm/DerivedTypes.h:1.36
--- llvm/include/llvm/DerivedTypes.h:1.35	Mon Sep  1 11:38:43 2003
+++ llvm/include/llvm/DerivedTypes.h	Thu Sep  4 18:43:35 2003
@@ -36,13 +36,6 @@
   //
   void typeIsRefined();
   
-  // setDerivedTypeProperties - Based on the subtypes, set the name of this
-  // type so that it is printed nicely by the type printer.  Also calculate
-  // whether this type is abstract or not.  Used by the constructor and when
-  // the type is refined.
-  //
-  void setDerivedTypeProperties();
-
 public:
 
   //===--------------------------------------------------------------------===//





More information about the llvm-commits mailing list