Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / and-imm.ll
index 9c806494be3b0c7c59a77d706d529a21fce03ea0..6fd484b40b6ebe6cff00f821643b39d5cec104fd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep {ori\\|lis}
+; RUN: llc < %s -march=ppc32 | not grep "ori\|lis"
 
 ; andi. r3, r3, 32769  
 define i32 @test(i32 %X) {