Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / IPConstantProp / 2008-06-09-WeakProp.ll
index 87f63758abc712f959edaf1272173194f67b0b1f..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