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;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to