summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-02-12-Memcpy.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-02-12-Memcpy.llx')
-rw-r--r--test/CodeGen/X86/2004-02-12-Memcpy.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-02-12-Memcpy.llx b/test/CodeGen/X86/2004-02-12-Memcpy.llx
index 13b4bf3112..ab40343258 100644
--- a/test/CodeGen/X86/2004-02-12-Memcpy.llx
+++ b/test/CodeGen/X86/2004-02-12-Memcpy.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep movs
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep movs
declare sbyte* %llvm.memcpy(sbyte* %A, sbyte* %B, uint %amt, uint %align)
%A = global [1000 x int] zeroinitializer