R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / SCCP / 2004-12-10-UndefBranchBug.ll
index 5699ee9b5b650dc3d93db5dccf47d11a18376502..c847b4eaca3d4251f35b9d6dd475ea3ce6b16c4f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -sccp -S | grep {ret i32 1}
+; RUN: opt < %s -sccp -S | grep "ret i32 1"
 
 ; This function definitely returns 1, even if we don't know the direction
 ; of the branch.