summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-04-24 02:35:19 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-04-24 02:35:19 +0000
commit0cdcdf018eab844792cd82de4a90c85d400a067c (patch)
treefc6804ee29e69e3459f5d97176206e741ab089ee /llvm/test
parent9f40457d61dc8285e454d688e9062c5813299341 (diff)
downloadbcm5719-llvm-0cdcdf018eab844792cd82de4a90c85d400a067c.tar.gz
bcm5719-llvm-0cdcdf018eab844792cd82de4a90c85d400a067c.zip
Revert "[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds"
This reverts commit r301150. It breaks CodeGen/Hexagon/hwloop-wrap2.ll, reverting while I investigate. llvm-svn: 301154
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll b/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
index 01ef37122a1..90c0944e38d 100644
--- a/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
+++ b/llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
@@ -1,5 +1,5 @@
; REQUIRES: asserts
-; RUN: opt < %s -loop-unswitch -stats -disable-output 2>&1 | grep "1 loop-unswitch[ ]*-[ ]*Number of branches unswitched" | count 1
+; RUN: opt < %s -loop-unswitch -stats -disable-output 2>&1 | grep "1 loop-unswitch - Number of branches unswitched" | count 1
; PR 3170
define i32 @a(i32 %x, i32 %y) nounwind {
entry:
OpenPOWER on IntegriCloud