summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll')
-rw-r--r--test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
index c96b14a..87d9928 100644
--- a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
+++ b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
@@ -1,5 +1,5 @@
; There should be exactly two calls here (memset and malloc), no more.
-; RUN: llvm-as < %s | llc -march=alpha | grep jsr | count 2
+; RUN: llc < %s -march=alpha | grep jsr | count 2
%typedef.bc_struct = type opaque
declare void @llvm.memset.i64(i8*, i8, i64, i32)
OpenPOWER on IntegriCloud