summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-03-30-Select-Max.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-03-30-Select-Max.llx')
-rw-r--r--test/CodeGen/X86/2004-03-30-Select-Max.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-03-30-Select-Max.llx b/test/CodeGen/X86/2004-03-30-Select-Max.llx
index 292762a7eb..5ae8be2b31 100644
--- a/test/CodeGen/X86/2004-03-30-Select-Max.llx
+++ b/test/CodeGen/X86/2004-03-30-Select-Max.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep 'j[lgbe]'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep 'j[lgbe]'
int %max(int %A, int %B) {
%gt = setgt int %A, %B