summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyLibCalls/Puts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/Puts.ll')
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/Puts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/Puts.ll b/llvm/test/Transforms/SimplifyLibCalls/Puts.ll
index 6753db8798c..3e235cd022b 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/Puts.ll
+++ b/llvm/test/Transforms/SimplifyLibCalls/Puts.ll
@@ -1,5 +1,5 @@
; Test that the PutsCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | \
+; RUN: opt %s -simplify-libcalls | llvm-dis | \
; RUN: not grep {call.*fputs}
; This transformation requires the pointer size, as it assumes that size_t is
OpenPOWER on IntegriCloud