Get rid of an optimization in SCCP which appears to have many issues. Specifically...
[oota-llvm.git] / test / Transforms / SCCP / apint-array.ll
index a3365fa832a4d89bdb7fec410b0694bf81610f62..1e75878f3aeb5675063f7e30b4e63ebc65ffec75 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp -S | grep {ret i101 12}
+; RUN: opt %s -sccp -S | grep {ret i101 12}
 
 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,i101 
 -123456789000000, i101 0,i101 9123456789000000]