Revert r188449 as it turns out we're just missing the instructions that need the...
[oota-llvm.git] / test / Transforms / SCCP / logical-nuke.ll
index 15eb1954794319e57cbcca119d0b8635c33919c1..45f6f44a0eb2a8c615053d48d4367f105e3500af 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.