Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / soft-fp.ll
index 0c697def1ec2a75d495099f1ea0abf865ea3d57f..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* }