summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>2013-12-09 05:13:25 +0000
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>2013-12-09 05:13:25 +0000
commit847b5d976d1b43226604508ededbd648d0752e8a (patch)
tree5704efd356de00b3a8c1253824fd044e5a78cdb8 /test/CodeGen/SPARC
parentdc50e9af4b84851d40907533032f5c18ce3099cf (diff)
downloadllvm-847b5d976d1b43226604508ededbd648d0752e8a.tar.gz
llvm-847b5d976d1b43226604508ededbd648d0752e8a.tar.bz2
llvm-847b5d976d1b43226604508ededbd648d0752e8a.tar.xz
[SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack BIAS on sparcV9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC')
-rw-r--r--test/CodeGen/SPARC/2013-05-17-CallFrame.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/2013-05-17-CallFrame.ll b/test/CodeGen/SPARC/2013-05-17-CallFrame.ll
index 9c74aa0c7c..81f586fe8a 100644
--- a/test/CodeGen/SPARC/2013-05-17-CallFrame.ll
+++ b/test/CodeGen/SPARC/2013-05-17-CallFrame.ll
@@ -10,7 +10,7 @@
; SPARC64-LABEL: variable_alloca_with_adj_call_stack
; SPARC64: save %sp, -128, %sp
-; SPARC64: add {{.+}}, 128, %o0
+; SPARC64: add {{.+}}, 2175, %o0
; SPARC64: add %sp, -80, %sp
; SPARC64: call foo
; SPARC64: add %sp, 80, %sp