| commit | 3354fe473f508d213331ebe8d183115fefdc9bf4 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Wed Aug 26 18:30:16 2015 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Wed Aug 26 18:30:16 2015 +0000 |
| tree | fecc072a70446eeeec04a3ecaabce9854c5032ab | |
| parent | 3a56363aec649ad040dc548772628f444384d8e8 [diff] |
[SimplifyLibCalls] Fix a typo cbrt(sqrt(x)) calculates the sixth root, not the ninth root. cbrt(cbrt(x)) calculates the ninth root. llvm-svn: 246046