summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-04 01:16:35 +0000
committerDan Gohman <gohman@apple.com>2010-08-04 01:16:35 +0000
commit2511bd06dea977b68f9254095afdb71782d7dda1 (patch)
treebf682df0252eb91595bad0d9f3b46b566d592f9f /lib
parent26e064ff326ad7daa187143ad1164497f619ca40 (diff)
downloadllvm-2511bd06dea977b68f9254095afdb71782d7dda1.tar.gz
llvm-2511bd06dea977b68f9254095afdb71782d7dda1.tar.bz2
llvm-2511bd06dea977b68f9254095afdb71782d7dda1.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Scalar/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SimplifyLibCalls.cpp b/lib/Transforms/Scalar/SimplifyLibCalls.cpp
index bec6a661e4..1fdd6f144a 100644
--- a/lib/Transforms/Scalar/SimplifyLibCalls.cpp
+++ b/lib/Transforms/Scalar/SimplifyLibCalls.cpp
@@ -2156,7 +2156,7 @@ bool SimplifyLibCalls::doInitialization(Module &M) {
// * pow(pow(x,y),z)-> pow(x,y*z)
//
// puts:
-// * puts("") -> putchar("\n")
+// * puts("") -> putchar('\n')
//
// round, roundf, roundl:
// * round(cnst) -> cnst'