commit | 70e8b173eeb6c692f46d47e87debb1b74b735112 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 04 01:16:35 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 04 01:16:35 2010 +0000 |
tree | bf682df0252eb91595bad0d9f3b46b566d592f9f | |
parent | d93e6b2c4e1ab9ba97d010679acaf8fdf1dea59c [diff] [blame] |
Fix a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110181 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/SimplifyLibCalls.cpp b/lib/Transforms/Scalar/SimplifyLibCalls.cpp index bec6a66..1fdd6f1 100644 --- a/lib/Transforms/Scalar/SimplifyLibCalls.cpp +++ b/lib/Transforms/Scalar/SimplifyLibCalls.cpp
@@ -2156,7 +2156,7 @@ // * pow(pow(x,y),z)-> pow(x,y*z) // // puts: -// * puts("") -> putchar("\n") +// * puts("") -> putchar('\n') // // round, roundf, roundl: // * round(cnst) -> cnst'