Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / soft-fp.ll
index 7fa8fed33c99f44f506ae0f5eaac3a6e198db7f1..a52135dc9087847ceea9c7ada5e5f71af813ea24 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86    -mattr=+sse2 -soft-float | not grep xmm
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm
+; RUN: llc < %s -march=x86    -mattr=+sse2 -soft-float | not grep xmm
+; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm
 
        %struct.__va_list_tag = type { i32, i32, i8*, i8* }
 
@@ -22,6 +22,6 @@ declare void @llvm.va_end(i8*) nounwind
 
 define float @t2(float %a, float %b) nounwind readnone {
 entry:
-       %0 = add float %a, %b           ; <float> [#uses=1]
+       %0 = fadd float %a, %b          ; <float> [#uses=1]
        ret float %0
 }