aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-20 23:13:17 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-20 23:13:17 +0000
commitacb6f5096f566cb9ed41226c8dd95368209cc892 (patch)
tree090364d3a5e7c0f6112644c68a04fbd915e86a59 /lib/Transforms/Utils
parent117314009ea4b3fda57579bba0f9e61159eb0966 (diff)
downloadexternal_llvm-acb6f5096f566cb9ed41226c8dd95368209cc892.zip
external_llvm-acb6f5096f566cb9ed41226c8dd95368209cc892.tar.gz
external_llvm-acb6f5096f566cb9ed41226c8dd95368209cc892.tar.bz2
Fix 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils')
-rw-r--r--lib/Transforms/Utils/PromoteMemoryToRegister.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
index e8f4285..e504123 100644
--- 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());