diff options
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/pow2.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/pow2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/pow2.ll b/llvm/test/Transforms/SimplifyLibCalls/pow2.ll index f8364f740b2..f0964e7d6da 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/pow2.ll +++ b/llvm/test/Transforms/SimplifyLibCalls/pow2.ll @@ -1,6 +1,6 @@ ; Testcase for calls to the standard C "pow" function ; -; RUN: opt < %s -simplify-libcalls -S | not grep {call .pow} +; RUN: opt < %s -simplify-libcalls -S | not grep "call .pow" declare double @pow(double, double) |