New test.
[oota-llvm.git] / test / CodeGen / X86 / vec_clear.ll
index b19650112c60abe93ac15e67be4d7ef5c8b8b6c5..8289b6be024c7ad6f98856db851d9a7fb1ba13bb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep and
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | not grep and
 <4 x float> %test(<4 x float>* %v1) {
        %tmp = load <4 x float>* %v1
        %tmp15 = cast <4 x float> %tmp to <2 x long>