summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/twoaddr-delete.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/twoaddr-delete.ll')
-rw-r--r--test/CodeGen/X86/twoaddr-delete.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/twoaddr-delete.ll b/test/CodeGen/X86/twoaddr-delete.ll
index bbf4e62..77e3c75 100644
--- a/test/CodeGen/X86/twoaddr-delete.ll
+++ b/test/CodeGen/X86/twoaddr-delete.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -stats |& grep {twoaddrinstr} | grep {Number of dead instructions deleted}
+; RUN: llc < %s -march=x86 -stats |& grep {twoaddrinstr} | grep {Number of dead instructions deleted}
%struct.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] }
%struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double], double, %struct.bnode*, %struct.bnode* }
OpenPOWER on IntegriCloud