summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll')
-rw-r--r--test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll b/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
index 858605c231..f8ed016f99 100644
--- a/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
+++ b/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llc < %s -march=x86
define double @test(double %d) {
%X = select i1 false, double %d, double %d ; <double> [#uses=1]