[Reassociate] FileCheckize and cleanup a few testcases. No functional change
[oota-llvm.git] / test / Transforms / IPConstantProp / 2008-06-09-WeakProp.ll
index 66403363bf932e8f93b7290d742445a04b399764..54a65d61da37317497e5ae78c89e19b9ff361ab9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -ipconstprop -S | grep {ret i32 %r}
+; RUN: opt < %s -ipconstprop -S | grep "ret i32 %r"
 ; Should not propagate the result of a weak function.
 ; PR2411