diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll b/llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll index 0ce1ca9ee82..c8af3ca8c3e 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll +++ b/llvm/test/Transforms/SimplifyLibCalls/StrNCpy.ll @@ -1,5 +1,5 @@ ; Test that the StrNCpyOptimizer works correctly -; RUN: opt %s -simplify-libcalls -S | \ +; RUN: opt < %s -simplify-libcalls -S | \ ; RUN: not grep {call.*strncpy} ; This transformation requires the pointer size, as it assumes that size_t is |