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:
1173140
)
Fix 80-column violation.
author
Chad Rosier
<mcrosier@apple.com>
Mon, 20 Feb 2012 23:13:17 +0000
(23:13 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Mon, 20 Feb 2012 23:13:17 +0000
(23:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150998
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
b/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
index e8f4285c2a39bb8c2a0070abf582bd952ccaac8c..e504123f0460557a2ac0842f5204ef6b718036e8 100644
(file)
--- a/
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
+++ b/
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
@@
-423,7
+423,8
@@
void PromoteMem2Reg::run() {
// Finally, after the scan, check to see if the store is all that is left.
if (Info.UsingBlocks.empty()) {
- // Record debuginfo for the store and remove the declaration's debuginfo.
+ // Record debuginfo for the store and remove the declaration's
+ // debuginfo.
if (DbgDeclareInst *DDI = Info.DbgDeclare) {
if (!DIB)
DIB = new DIBuilder(*DDI->getParent()->getParent()->getParent());