Replace all instances of dg.exp file with lit.local.cfg, since all tests are run...
[oota-llvm.git] / test / Transforms / SCCP / logical-nuke.ll
index b1c234eff1cfd98285cd51bc59aa576f758d8da9..b3d845c7eec53b22739183c5b5253a57f963885c 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.