Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't tests.
[oota-llvm.git] / test / Transforms / InstCombine / or2.ll
index 0a5666f333fcc8ea17a0dc733233e1cfe0f5c8e2..c01229a78a0dd835d5ddeea65383d250d8dfb4e3 100644 (file)
@@ -1,6 +1,6 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
-; RUN: opt %s -instcombine -S | grep -v xor | not grep {or }
+; RUN: opt %s -instcombine -S | grep -v xor | not grep {or }
 
 ; PR1738
 define i1 @test1(double %X, double %Y) {