aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-02-22-Casts.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-02-22-Casts.llx')
-rw-r--r--test/CodeGen/X86/2004-02-22-Casts.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-02-22-Casts.llx b/test/CodeGen/X86/2004-02-22-Casts.llx
index da860ab..8f5f5f8 100644
--- a/test/CodeGen/X86/2004-02-22-Casts.llx
+++ b/test/CodeGen/X86/2004-02-22-Casts.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
bool %test1(double %X) {
%V = cast double %X to bool