[SimplifyLibCalls] Fix a typo
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 26 Aug 2015 18:30:16 +0000 (18:30 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 26 Aug 2015 18:30:16 +0000 (18:30 +0000)
commitd4213e9ee8304e3e1aa52a690ed9a6cb4cb2c057
treec32982a4676498c7408b86f3600d15ba3f21089a
parent1919cba95e290aaa5ca48a4b50db28255af768c4
[SimplifyLibCalls] Fix a typo

cbrt(sqrt(x)) calculates the sixth root, not the ninth root.
cbrt(cbrt(x)) calculates the ninth root.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp