Changes in directory llvm/lib/Target/X86:
X86.td updated: 1.22 -> 1.23 --- Log message: Remove PointerType from class Target --- Diffs of the changes: (+0 -3) X86.td | 3 --- 1 files changed, 3 deletions(-) Index: llvm/lib/Target/X86/X86.td diff -u llvm/lib/Target/X86/X86.td:1.22 llvm/lib/Target/X86/X86.td:1.23 --- llvm/lib/Target/X86/X86.td:1.22 Wed Feb 1 00:13:50 2006 +++ llvm/lib/Target/X86/X86.td Wed May 17 16:20:27 2006 @@ -133,9 +133,6 @@ // Specify the callee saved registers. let CalleeSavedRegisters = [ESI, EDI, EBX, EBP]; - // Yes, pointers are 32-bits in size. - let PointerType = i32; - // Information about the instructions... let InstructionSet = X86InstrInfo; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits