Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest4.ll
index 541412bf86b02b4ade7f0659c9339c910b9b786d..41036ea002d2e65b4391ee30accb1b68a1b99806 100644 (file)
@@ -2,9 +2,9 @@
 ; logic operations.
 
 
-; RUN: opt %s -sccp | llvm-dis | not grep and
-; RUN: opt %s -sccp | llvm-dis | not grep trunc
-; RUN: opt %s -sccp | llvm-dis | grep {ret i100 -1}
+; RUN: opt < %s -sccp -S | not grep and
+; RUN: opt < %s -sccp -S | not grep trunc
+; RUN: opt < %s -sccp -S | grep {ret i100 -1}
 
 define i100 @test(i133 %A) {
         %B = and i133 0, %A