summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll')
-rw-r--r--test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll b/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
index 4feb078671f..e91f52ef056 100644
--- a/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
+++ b/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep IMPLICIT_DEF
+; RUN: llc < %s -march=x86 | not grep IMPLICIT_DEF
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }