summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-11 07:15:43 +0000
committerChris Lattner <sabre@nondot.org>2006-01-11 07:15:43 +0000
commitd3839c74d61ae65141e48a54cff5c1249863c331 (patch)
treeb66f15f301988f159c6d8f9ddc08cd30c3983f44 /llvm
parent8e0bee11e3e5d4155f5f68f5024823cc0ccc32b6 (diff)
downloadbcm5719-llvm-d3839c74d61ae65141e48a54cff5c1249863c331.tar.gz
bcm5719-llvm-d3839c74d61ae65141e48a54cff5c1249863c331.zip
Unbreak ret void :-/
llvm-svn: 25210
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/SparcV8/SparcV8InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td b/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
index e3b2e13a8f3..bbba1fcba41 100644
--- a/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
+++ b/llvm/lib/Target/SparcV8/SparcV8InstrInfo.td
@@ -730,6 +730,7 @@ def : Pat<(call tglobaladdr:$dst),
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)>;
OpenPOWER on IntegriCloud