summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx')
-rw-r--r--test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx b/test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx
index 981df5a97c..83434f99fc 100644
--- a/test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx
+++ b/test/CodeGen/X86/2004-04-09-SameValueCoalescing.llx
@@ -2,7 +2,7 @@
; overlapping live intervals. When two overlapping intervals have the same
; value, they can be joined though.
;
-; RUN: llvm-as < %s | llc -march=x86 -regalloc=linearscan | not grep 'mov %[A-Z]\{2,3\}, %[A-Z]\{2,3\}'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -regalloc=linearscan | not grep 'mov %[A-Z]\{2,3\}, %[A-Z]\{2,3\}'
long %test(long %x) {
entry: