Changes in directory llvm/lib/Target/SparcV8:

SparcV8InstrInfo.td updated: 1.99 -> 1.100
---
Log message:

Unbreak ret void   :-/


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

 SparcV8InstrInfo.td |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
diff -u llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.99 
llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.100
--- llvm/lib/Target/SparcV8/SparcV8InstrInfo.td:1.99    Wed Jan 11 01:14:01 2006
+++ llvm/lib/Target/SparcV8/SparcV8InstrInfo.td Wed Jan 11 01:15:43 2006
@@ -730,6 +730,7 @@
 def : Pat<(call externalsym:$dst),
           (CALL externalsym:$dst)>;
 
+def : Pat<(ret), (RETL)>;
 
 // Map integer extload's to zextloads.
 def : Pat<(i32 (extload ADDRrr:$src, i1)), (LDUBrr ADDRrr:$src)>;



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

Reply via email to