summaryrefslogtreecommitdiffstats
path: root/test/Transforms/JumpThreading/no-irreducible-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/no-irreducible-loops.ll')
-rw-r--r--test/Transforms/JumpThreading/no-irreducible-loops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/no-irreducible-loops.ll b/test/Transforms/JumpThreading/no-irreducible-loops.ll
index b4d4418..97276b0 100644
--- a/test/Transforms/JumpThreading/no-irreducible-loops.ll
+++ b/test/Transforms/JumpThreading/no-irreducible-loops.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S > %t
+; RUN: opt < %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-info > %t
; RUN: grep {volatile store} %t | count 3
; RUN: not grep {br label} %t
OpenPOWER on IntegriCloud