commit | 839c97210251da6dee4083b09b75f00f99aad424 | [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 | c7004f7d5a299ef421371a02e135276df58e132e | |
parent | f77b7353761ba3ad0b27b1d98e6033de1acaddf5 [diff] [blame] |
Fix a comment. llvm-svn: 110181
diff --git a/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp index bec6a66..1fdd6f1 100644 --- a/llvm/lib/Transforms/Scalar/SimplifyLibCalls.cpp +++ b/llvm/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'