[llvm-commits] CVS: llvm/lib/Target/IA64/IA64.td
Evan Cheng
evan.cheng at apple.com
Wed May 17 14:19:02 PDT 2006
Changes in directory llvm/lib/Target/IA64:
IA64.td updated: 1.7 -> 1.8
---
Log message:
Remove PointerType from class Target
---
Diffs of the changes: (+0 -4)
IA64.td | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/IA64/IA64.td
diff -u llvm/lib/Target/IA64/IA64.td:1.7 llvm/lib/Target/IA64/IA64.td:1.8
--- llvm/lib/Target/IA64/IA64.td:1.7 Thu Jan 26 19:46:15 2006
+++ llvm/lib/Target/IA64/IA64.td Wed May 17 16:18:48 2006
@@ -91,10 +91,6 @@
*/
];
- // We don't go anywhere near the LP32 variant of IA64 as
- // sometimes seen in (for example) HP-UX
- let PointerType = i64;
-
// Our instruction set
let InstructionSet = IA64InstrInfo;
More information about the llvm-commits
mailing list