Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / ExecutionEngine / 2003-01-04-LoopTest.ll
index fce0b00a0442b8cc27f9bd5e6dab9be1938a5117..07cb1d3c9264d7024cf69ada5f9aa19b52daae12 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o %t.bc -f
+; RUN: llvm-as %s -o %t.bc -f
 ; RUN: lli %t.bc > /dev/null
 
 define i32 @main() {