projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022708f
)
Fix typo in comment.
author
Richard Osborne
<richard@xmos.com>
Thu, 3 Mar 2011 14:21:22 +0000
(14:21 +0000)
committer
Richard Osborne
<richard@xmos.com>
Thu, 3 Mar 2011 14:21:22 +0000
(14:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126941
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/SimplifyLibCalls.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/SimplifyLibCalls.cpp
b/lib/Transforms/Scalar/SimplifyLibCalls.cpp
index 0c08c5e9228be731019b25161b93951ad22cb415..54eaada3e4325a39517531375423a727a7dc96a6 100644
(file)
--- a/
lib/Transforms/Scalar/SimplifyLibCalls.cpp
+++ b/
lib/Transforms/Scalar/SimplifyLibCalls.cpp
@@
-1251,7
+1251,7
@@
struct SPrintFOpt : public LibCallOptimization {
return V;
}
- // sprintf(str, format, ...) -> iprintf(str, format, ...) if no floating
+ // sprintf(str, format, ...) ->
s
iprintf(str, format, ...) if no floating
// point arguments.
if (TLI->has(LibFunc::siprintf) && !CallHasFloatingPointArgument(CI)) {
Module *M = B.GetInsertBlock()->getParent()->getParent();