Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / ExecutionEngine / test-fp.ll
index aa136ddf2d17f9f1360cd7e178f9e9c4c443aead..a119b40c34a9018710fe43a9c8254c6adedcec7d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 define double @test(double* %DP, double %Arg) {