diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll b/llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll index c583f4e7f48..e2b5683d9d7 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll +++ b/llvm/test/Transforms/SimplifyLibCalls/ToAscii.ll @@ -1,5 +1,5 @@ ; Test that the ToAsciiOptimizer works correctly -; RUN: opt %s -simplify-libcalls -S | \ +; RUN: opt < %s -simplify-libcalls -S | \ ; RUN: not grep {call.*toascii} declare i32 @toascii(i32) |