Fix the success criteria for the test to make call instructions with "pow"
not just any occurrence of "pow".
llvm-svn: 21620
diff --git a/llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll b/llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll
index c6d4b0f..721f627 100644
--- a/llvm/test/Regression/Transforms/SimplifyLibCalls/Pow.ll
+++ b/llvm/test/Regression/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