aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll')
-rw-r--r--test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll b/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
index 7bb5a8d..d8b2def 100644
--- a/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
+++ b/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse | grep movaps
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=sse | grep movaps
; Test that the load is NOT folded into the intrinsic, which would zero the top
; elts of the loaded vector.