aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-04-29 10:11:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-04-29 10:11:23 +0000
commit3f169a13b710c89c75b9134237336adfb196f2dd (patch)
treebde9caecd60fa228a15498fec971e7afc7cec67b
parentb2825216a4bc8b5557b32fd340fc13aeb79a62d4 (diff)
Fix the success criteria for the test to make call instructions with "pow"
not just any occurrence of "pow". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21620 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/SimplifyLibCalls/Pow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/Pow.ll b/test/Transforms/SimplifyLibCalls/Pow.ll
index c6d4b0f594..721f627ed3 100644
--- a/test/Transforms/SimplifyLibCalls/Pow.ll
+++ b/test/Transforms/SimplifyLibCalls/Pow.ll
@@ -1,5 +1,5 @@
; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'pow'
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*pow'
declare double %pow(double,double)
%fpstorage = global double 5.0