summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/alloca-align.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-06-16 17:48:08 +0000
committerMatthias Braun <matze@braunis.de>2017-06-16 17:48:08 +0000
commitbd1a266898644fde08c73a54d3d6744676a128f6 (patch)
tree0c57d4e3a718837f176c8ca5d269c8881336204c /test/CodeGen/ARM/alloca-align.ll
parent17473f556eb7e6dbbcf98c70a0f49e81c840a873 (diff)
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Revert because of reports of some PPC input starting to spill when it was predicted that it wouldn't and no spillslot was reserved. This reverts commit r305516. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/alloca-align.ll')
-rw-r--r--test/CodeGen/ARM/alloca-align.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/alloca-align.ll b/test/CodeGen/ARM/alloca-align.ll
index 6186d137ef7..3bba156f0ee 100644
--- a/test/CodeGen/ARM/alloca-align.ll
+++ b/test/CodeGen/ARM/alloca-align.ll
@@ -12,7 +12,7 @@ declare void @bar(i32*, [20000 x i8]* byval)
; And a base pointer getting used.
; CHECK: mov r6, sp
; Which is passed to the call
-; CHECK: add [[REG:r[0-9]+|lr]], r6, #19456
+; CHECK: add [[REG:r[0-9]+]], r6, #19456
; CHECK: add r0, [[REG]], #536
; CHECK: bl bar
define void @foo([20000 x i8]* %addr) {