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

Evan Cheng evan.cheng at apple.com
Wed May 17 14:19:02 PDT 2006



Changes in directory llvm/lib/Target/Alpha:

Alpha.td updated: 1.9 -> 1.10
---
Log message:

Remove PointerType from class Target

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

 Alpha.td |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/lib/Target/Alpha/Alpha.td
diff -u llvm/lib/Target/Alpha/Alpha.td:1.9 llvm/lib/Target/Alpha/Alpha.td:1.10
--- llvm/lib/Target/Alpha/Alpha.td:1.9	Thu Mar  9 11:16:45 2006
+++ llvm/lib/Target/Alpha/Alpha.td	Wed May 17 16:18:48 2006
@@ -65,9 +65,6 @@
 
 
 def Alpha : Target {
-  // Pointers on Alpha are 64-bits in size.
-  let PointerType = i64;
-
   let CalleeSavedRegisters = 
 	//saved regs
 	[R9, R10, R11, R12, R13, R14, 






More information about the llvm-commits mailing list