summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/basictest.ll
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2013-06-02 02:24:27 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2013-06-02 02:24:27 +0000
commit3e8c7d98beb4667ff39845277996f80eb836cd5c (patch)
tree2037a78b72b942211f6a036489ea0711fe8e9ce3 /llvm/test/CodeGen/SPARC/basictest.ll
parent2bcde3a74c5e4dccb70ccbeec9da7fb785130f66 (diff)
downloadbcm5719-llvm-3e8c7d98beb4667ff39845277996f80eb836cd5c.tar.gz
bcm5719-llvm-3e8c7d98beb4667ff39845277996f80eb836cd5c.zip
Sparc: Perform leaf procedure optimization by default
llvm-svn: 183083
Diffstat (limited to 'llvm/test/CodeGen/SPARC/basictest.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/basictest.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SPARC/basictest.ll b/llvm/test/CodeGen/SPARC/basictest.ll
index 4352e624630..e67b39ccaad 100644
--- a/llvm/test/CodeGen/SPARC/basictest.ll
+++ b/llvm/test/CodeGen/SPARC/basictest.ll
@@ -4,7 +4,7 @@ define i32 @test0(i32 %X) {
%tmp.1 = add i32 %X, 1
ret i32 %tmp.1
; CHECK: test0:
-; CHECK: add %i0, 1, %i0
+; CHECK: add %o0, 1, %o0
}
@@ -14,7 +14,7 @@ define i32 @test1(i32 %X, i32 %Y) {
%B = xor i32 %A, -1
ret i32 %B
; CHECK: test1:
-; CHECK: xnor %i0, %i1, %i0
+; CHECK: xnor %o0, %o1, %o0
}
define i32 @test2(i32 %X, i32 %Y) {
@@ -22,5 +22,5 @@ define i32 @test2(i32 %X, i32 %Y) {
%B = xor i32 %A, %Y
ret i32 %B
; CHECK: test2:
-; CHECK: xnor %i0, %i1, %i0
+; CHECK: xnor %o0, %o1, %o0
}
OpenPOWER on IntegriCloud