Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / JumpThreading / thread-loads.ll
index 5c0b256224a910743caca733116502aac6c6638e..96ba701046d8222c73140ccce1b225781c45f5c1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -jump-threading -mem2reg -simplifycfg | llvm-dis | grep {ret i32 1}
+; RUN: opt < %s -jump-threading -simplifycfg -S | grep {ret i32 1}
 ; rdar://6402033
 
 ; Test that we can thread through the block with the partially redundant load (%2).