diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/StrChr.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/StrChr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/StrChr.ll b/llvm/test/Transforms/SimplifyLibCalls/StrChr.ll index f526db4930f..802639f7232 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/StrChr.ll +++ b/llvm/test/Transforms/SimplifyLibCalls/StrChr.ll @@ -1,6 +1,6 @@ ; Test that the StrChrOptimizer works correctly ; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | \ -; RUN: not grep {call.*%strchr} +; RUN: not grep {call.*@strchr} @hello = constant [14 x i8] c"hello world\5Cn\00" ; <[14 x i8]*> [#uses=1] @null = constant [1 x i8] zeroinitializer ; <[1 x i8]*> [#uses=1] |