[llvm-commits] CVS: llvm/lib/Target/Target.td 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Sun Aug 15 16:04:46 PDT 2004
    
    
  
Changes in directory llvm/lib/Target:
Target.td updated: 1.35 -> 1.36
---
Log message:
isdummyclass goes away
---
Diffs of the changes:  (+0 -4)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.35 llvm/lib/Target/Target.td:1.36
--- llvm/lib/Target/Target.td:1.35	Sun Aug 15 18:02:34 2004
+++ llvm/lib/Target/Target.td	Sun Aug 15 18:04:35 2004
@@ -94,10 +94,6 @@
   // Methods - This member can be used to insert arbitrary code into a generated
   // register class.   The normal usage of this is to overload virtual methods.
   code Methods = [{}];
-
-  // isDummyClass - If this is set to true, this register class is not really
-  // part of the target, it is just used for other purposes.
-  bit isDummyClass = 0;
 }
 
 
    
    
More information about the llvm-commits
mailing list