summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:11 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-04 19:02:11 +0000
commit96169b189ca75e22f297a62a77aaf0dc4832f4a5 (patch)
treea5ed68302caeccd3fb1f7574b4351857ce283a9f /test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
parent28e104bcb0d436adfc961776efb421bb21650e7b (diff)
downloadllvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.gz
llvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.bz2
llvm-96169b189ca75e22f297a62a77aaf0dc4832f4a5.tar.xz
Fix more register and coalescing dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll')
-rw-r--r--test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll b/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
index 41f7f29955..47d7a9cca4 100644
--- a/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
+++ b/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
@@ -7,8 +7,8 @@ entry:
; CHECK: Callee:
; CHECK: push
; CHECK: mov r4, sp
-; CHECK: sub.w r12, r4, #1000
-; CHECK: mov sp, r12
+; CHECK: sub.w [[R12:r[0-9]+]], r4, #1000
+; CHECK: mov sp, [[R12]]
%0 = icmp eq i32 %i, 0 ; <i1> [#uses=1]
br i1 %0, label %bb2, label %bb