X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FSimplifyLibCalls%2FPow.ll;fp=test%2FTransforms%2FSimplifyLibCalls%2FPow.ll;h=4b10ed077ca7a2efc462a8a231d69edde0bcb2c0;hb=890226dd34abbbd03fa2b026f7d920a8ebccecc4;hp=721f627ed381b1d1d5c10d9034d6c14879bd5054;hpb=ab466d769aa33a6973a1e6e11fe2b803a7dbdabc;p=oota-llvm.git diff --git a/test/Transforms/SimplifyLibCalls/Pow.ll b/test/Transforms/SimplifyLibCalls/Pow.ll index 721f627ed38..4b10ed077ca 100644 --- a/test/Transforms/SimplifyLibCalls/Pow.ll +++ b/test/Transforms/SimplifyLibCalls/Pow.ll @@ -1,4 +1,3 @@ -; Test that the StrCatOptimizer works correctly ; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*pow' declare double %pow(double,double)