summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx')
-rw-r--r--test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx b/test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx
index cf65a26072..6757be2782 100644
--- a/test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx
+++ b/test/CodeGen/X86/2004-10-08-SelectSetCCFold.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
bool %test(bool %C, bool %D, int %X, int %Y) {
%E = setlt int %X, %Y