summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-05-19 21:41:28 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-05-19 21:41:28 +0000
commitde1970fe668a345b4dd033a82581b2cf50b0cfe4 (patch)
tree3fb0d5e4d4e8e0a51f80c6246ff11c8f84b8da75 /llvm/test/CodeGen/Generic
parentbf178d3eb76e4552ce217d9830536fc2f6f53fcb (diff)
downloadbcm5719-llvm-de1970fe668a345b4dd033a82581b2cf50b0cfe4.tar.gz
bcm5719-llvm-de1970fe668a345b4dd033a82581b2cf50b0cfe4.zip
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
The incremental buildbots entered a pass-fail cycle where during the fail cycle one of the tests from this commit fails for an unknown reason. I have reverted this commit and will investigate the cause of this problem. llvm-svn: 237730
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/stop-after.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/stop-after.ll b/llvm/test/CodeGen/Generic/stop-after.ll
index 791378c3737..557e097840a 100644
--- a/llvm/test/CodeGen/Generic/stop-after.ll
+++ b/llvm/test/CodeGen/Generic/stop-after.ll
@@ -1,10 +1,9 @@
; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP
; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START
-; STOP: -loop-reduce
+; STOP: -loop-reduce -print-module
; STOP: Loop Strength Reduction
; STOP-NEXT: Machine Function Analysis
-; STOP-NEXT: MIR Printing Pass
; START: -machine-branch-prob -gc-lowering
; START: FunctionPass Manager
OpenPOWER on IntegriCloud