R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / SCCP / apint-ipsccp1.ll
index 3b26d5b041e0d902e77244c12fdd36abc866ed6e..f6f18fe66f893f1f2b79be1e846c1ae75cf39b1f 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -ipsccp -S | grep -v {ret i512 undef} | \
-; RUN:   grep {ret i8 2}
+; RUN: opt < %s -ipsccp -S | grep -v "ret i512 undef" | \
+; RUN:   grep "ret i8 2"
 
 define internal i512 @test(i1 %B) {
        br i1 %B, label %BB1, label %BB2