[llvm-bugs] [Bug 24573] New: Typo in comment
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 25 10:30:26 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24573
Bug ID: 24573
Summary: Typo in comment
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Transformation Utilities
Assignee: unassignedbugs at nondot.org
Reporter: schnetter at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Line 2206 of lib/Transforms/Utils/SimplifyLibCalls.cpp contains the comment
// * cbrt(sqrt(x)) -> pow(x,1/9)
which is wrong; it should read cbrt(cbrt(x)) instead.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150825/9885efef/attachment.html>
More information about the llvm-bugs
mailing list