diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/StrLen.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/StrLen.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/StrLen.ll b/llvm/test/Transforms/SimplifyLibCalls/StrLen.ll index d50b7c573f5..98a76c8862e 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/StrLen.ll +++ b/llvm/test/Transforms/SimplifyLibCalls/StrLen.ll @@ -1,6 +1,6 @@ ; Test that the StrCatOptimizer works correctly ; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | \ -; RUN: not grep 'call.*strlen' +; RUN: not grep {call.*strlen} target datalayout = "e-p:32:32" |