Changes in directory llvm/lib/Target/ARM:
ARM.td updated: 1.1 -> 1.2
---
Log message:
Remove PointerType from class Target
---
Diffs of the changes: (+0 -3)
ARM.td | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/Target/ARM/ARM.td
diff -u llvm/lib/Target/ARM/ARM.td:1.1 llvm/lib/Target/ARM/ARM.td:1.2
--- llvm/lib/Target/ARM/ARM.td:1.1 Sun May 14 17:18:28 2006
+++ llvm/lib/Target/ARM/ARM.td Wed May 17 16:18:48 2006
@@ -40,9 +40,6 @@
//===----------------------------------------------------------------------===//
def ARM : Target {
- // Pointers are 32-bits in size.
- let PointerType = i32;
-
// FIXME: Specify callee-saved registers
let CalleeSavedRegisters = [];
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits