Fix a comment.
authorDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 01:16:35 +0000 (01:16 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 4 Aug 2010 01:16:35 +0000 (01:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110181 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SimplifyLibCalls.cpp

index bec6a661e49e2632f016e32069f90cbb4d0c43e7..1fdd6f144a795607420d86576a3cf8a02a109208 100644 (file)
@@ -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'