From 3f169a13b710c89c75b9134237336adfb196f2dd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 29 Apr 2005 10:11:23 +0000 Subject: [PATCH] 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 --- test/Transforms/SimplifyLibCalls/Pow.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SimplifyLibCalls/Pow.ll b/test/Transforms/SimplifyLibCalls/Pow.ll index c6d4b0f594e..721f627ed38 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