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 b3d845c7eec53b22739183c5b5253a57f963885c..45f6f44a0eb2a8c615053d48d4367f105e3500af 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -sccp -S | 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.