Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / JumpThreading / no-irreducible-loops.ll
index 4278c3badb9a231a45f06cafcad894e5cf8caa61..97276b039aaab6dda577d006078491a3ebcfbafe 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -jump-threading -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg | llvm-dis > %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