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:
20d9fff
)
[ObjCARC Debug Messages] - Added missing newline.
author
Michael Gottesman
<mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:54 +0000
(22:56 +0000)
committer
Michael Gottesman
<mgottesman@apple.com>
Sun, 6 Jan 2013 22:56:54 +0000
(22:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171674
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/ObjCARC.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/ObjCARC.cpp
b/lib/Transforms/Scalar/ObjCARC.cpp
index 3a4e78ba2e474f88a3e36f76103b458572acc7ff..d4e151c02ef2700041693c6aee947e3b13213a7f 100644
(file)
--- a/
lib/Transforms/Scalar/ObjCARC.cpp
+++ b/
lib/Transforms/Scalar/ObjCARC.cpp
@@
-2429,7
+2429,7
@@
void ObjCARCOpt::OptimizeIndividualCalls(Function &F) {
DEBUG(dbgs() << "ObjCARCOpt::OptimizeIndividualCalls: Replacing "
"objc_autorelease(x) with objc_release(x) since x is "
"otherwise unused.\n"
- " Old: " << *Call
+ " Old: " << *Call
<<
"\n New: " <<
*NewCall << "\n");