summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-03-31 20:27:30 +0000
committerHans Wennborg <hans@hanshq.net>2016-03-31 20:27:30 +0000
commit132cd621216b7b09a170b9f10aa7494a87ce82fc (patch)
tree8b059861d4ec1b20a379309c2c0993dde1742325 /llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll
parentaab59b7a2871f79c80c77aa21054c331722b521a (diff)
downloadbcm5719-llvm-132cd621216b7b09a170b9f10aa7494a87ce82fc.tar.gz
bcm5719-llvm-132cd621216b7b09a170b9f10aa7494a87ce82fc.zip
Revert r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFramePseudoInstr (PR27140)"
I think it might have caused these build breakages: http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/7234/steps/build%20stage%202/logs/stdio http://lab.llvm.org:8011/builders/sanitizer-windows/builds/19566/steps/run%20tests/logs/stdio llvm-svn: 265046
Diffstat (limited to 'llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll')
-rw-r--r--llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll b/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll
index acd32e49e60..eae0ec21c09 100644
--- a/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll
+++ b/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll
@@ -1,6 +1,6 @@
; REQUIRES: asserts
; RUN: llc < %s -mtriple=i686-unknown-linux -relocation-model=static -stats 2>&1 | \
-; RUN: grep asm-printer | grep 14
+; RUN: grep asm-printer | grep 15
;
; It's possible to schedule this in 14 instructions by avoiding
; callee-save registers, but the scheduler isn't currently that
OpenPOWER on IntegriCloud