summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/win64_alloca_dynalloca.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-03 22:45:21 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-06-03 22:45:21 +0000
commit2e3e720d76a57bf41605518169dfc95b326112e7 (patch)
tree7ac1272784fc37ff586e464d6afd1038a4c1b65e /test/CodeGen/X86/win64_alloca_dynalloca.ll
parent7b5fdc7fbd925084a3d18ff078a280b319612ce2 (diff)
downloadllvm-2e3e720d76a57bf41605518169dfc95b326112e7.tar.gz
llvm-2e3e720d76a57bf41605518169dfc95b326112e7.tar.bz2
llvm-2e3e720d76a57bf41605518169dfc95b326112e7.tar.xz
Fix some tests that depend on register allocation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/win64_alloca_dynalloca.ll')
-rw-r--r--test/CodeGen/X86/win64_alloca_dynalloca.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/win64_alloca_dynalloca.ll b/test/CodeGen/X86/win64_alloca_dynalloca.ll
index 566501cda9..e39d007b6f 100644
--- a/test/CodeGen/X86/win64_alloca_dynalloca.ll
+++ b/test/CodeGen/X86/win64_alloca_dynalloca.ll
@@ -43,9 +43,9 @@ entry:
; W64: subq %rax, %rsp
; W64: movq %rsp, %rax
-; EFI: leaq 15(%rcx), [[R1:%r..]]
+; EFI: leaq 15(%rcx), [[R1:%r.*]]
; EFI: andq $-16, [[R1]]
-; EFI: movq %rsp, [[R64:%r..]]
+; EFI: movq %rsp, [[R64:%r.*]]
; EFI: subq [[R1]], [[R64]]
; EFI: movq [[R64]], %rsp