aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/extend.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/extend.ll')
-rw-r--r--test/CodeGen/X86/extend.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/extend.ll b/test/CodeGen/X86/extend.ll
index 1685d3b..fdad790 100644
--- a/test/CodeGen/X86/extend.ll
+++ b/test/CodeGen/X86/extend.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep movzx | wc -l | grep 1
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep movsx | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep movzx | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | grep movsx | wc -l | grep 1
%G1 = internal global ubyte 0 ; <ubyte*> [#uses=1]
%G2 = internal global sbyte 0 ; <sbyte*> [#uses=1]