Fix PR10103: Less code for enum type translation.
[oota-llvm.git] / test / Transforms / IPConstantProp / 2008-06-09-WeakProp.ll
index 87f63758abc712f959edaf1272173194f67b0b1f..66403363bf932e8f93b7290d742445a04b399764 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