the sparc v8 backend handles this correctly
[oota-llvm.git] / test / CodeGen / Generic / 2006-04-11-vecload.ll
index eb9d53e226b972ec14341b875e34fbd50b21e192..056edac00809590f920fae63c587909976c79d06 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mcpu=yonah
 
 ; The vload was getting memoized to the previous scalar load!