Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / logical-nuke.ll
index 15eb1954794319e57cbcca119d0b8635c33919c1..b3d845c7eec53b22739183c5b5253a57f963885c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp | llvm-dis | grep {ret i32 0}
+; RUN: opt < %s -sccp -S | grep {ret i32 0}
 
 ; Test that SCCP has basic knowledge of when and/or nuke overdefined values.