summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit35530d71296c63916e6bbdb347e87459535f9df4 (patch)
tree7fc36c488b6165e84018fdbd0b97397832220461 /llvm/test/CodeGen/ARM/alloca-align.ll
parent21c0a9ceeb00b61e79bd950a491f8ce0e1a8db83 (diff)
downloadbcm5719-llvm-35530d71296c63916e6bbdb347e87459535f9df4.tar.gz
bcm5719-llvm-35530d71296c63916e6bbdb347e87459535f9df4.zip
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. llvm-svn: 305566
Diffstat (limited to 'llvm/test/CodeGen/ARM/alloca-align.ll')
-rw-r--r--llvm/test/CodeGen/ARM/alloca-align.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/alloca-align.ll b/llvm/test/CodeGen/ARM/alloca-align.ll
index 6186d137ef7..3bba156f0ee 100644
--- a/llvm/test/CodeGen/ARM/alloca-align.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud