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

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 10 23:15:56 PST 2006



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)>;






More information about the llvm-commits mailing list