summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-09 08:55:55 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-09 08:55:55 +0000
commit571a02f291b051b22d804f90257e2623cbacd7ec (patch)
treec31b9ba66994f22384edb526bb04de0475593eeb /test
parentb73a4ab9d63e55afb4cc7300f973f38280343de4 (diff)
downloadllvm-571a02f291b051b22d804f90257e2623cbacd7ec.tar.gz
llvm-571a02f291b051b22d804f90257e2623cbacd7ec.tar.bz2
llvm-571a02f291b051b22d804f90257e2623cbacd7ec.tar.xz
Merging r196755:
------------------------------------------------------------------------ r196755 | venkatra | 2013-12-08 21:13:25 -0800 (Sun, 08 Dec 2013) | 2 lines [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack BIAS on sparcV9. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@196764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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