Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / JumpThreading / no-irreducible-loops.ll
index b4d44187f5e9b66ac650617d84a3207402d4c5b7..97276b039aaab6dda577d006078491a3ebcfbafe 100644 (file)
@@ -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