[llvm-commits] CVS: llvm/lib/Target/Target.td

Evan Cheng evan.cheng at apple.com
Wed May 17 14:18:20 PDT 2006



Changes in directory llvm/lib/Target:

Target.td updated: 1.81 -> 1.82
---
Log message:

Remove PointerType from class Target

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

 Target.td |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.81 llvm/lib/Target/Target.td:1.82
--- llvm/lib/Target/Target.td:1.81	Tue May 16 01:39:36 2006
+++ llvm/lib/Target/Target.td	Wed May 17 16:18:07 2006
@@ -271,10 +271,6 @@
   // saved registers for a target.
   list<Register> CalleeSavedRegisters = [];
   
-  // PointerType - Specify the value type to be used to represent pointers in
-  // this target.  Typically this is an i32 or i64 type.
-  ValueType PointerType;
-
   // InstructionSet - Instruction set description for this target.
   InstrInfo InstructionSet;
 






More information about the llvm-commits mailing list