aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-01-30-LongSetcc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-01-30-LongSetcc.ll')
-rw-r--r--test/CodeGen/X86/2006-01-30-LongSetcc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-01-30-LongSetcc.ll b/test/CodeGen/X86/2006-01-30-LongSetcc.ll
index 52d25c2..2195645 100644
--- a/test/CodeGen/X86/2006-01-30-LongSetcc.ll
+++ b/test/CodeGen/X86/2006-01-30-LongSetcc.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
bool %test(long %X) {
%B = setlt long %X, 0 ; <bool> [#uses=1]