summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll')
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll b/llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll
index 1ab075de46b..ba2a4e07298 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll
+++ b/llvm/test/Transforms/SimplifyLibCalls/StrCmp.ll
@@ -1,5 +1,6 @@
; Test that the StrCmpOptimizer works correctly
-; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcmp'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | \
+; RUN: not grep {call.*strcmp}
declare int %strcmp(sbyte*,sbyte*)
declare int %puts(sbyte*)
OpenPOWER on IntegriCloud