Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / 2004-12-10-UndefBranchBug.ll
index 983297f8ee7848d22e207e967208949a13939c10..4adfde3bfe9c1c1f58afea561899915e207c5d97 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp | llvm-dis | grep {ret i32 1}
+; RUN: opt < %s -sccp -S | grep {ret i32 1}
 
 ; This function definitely returns 1, even if we don't know the direction
 ; of the branch.