Fix 80-column violation.
authorChad Rosier <mcrosier@apple.com>
Mon, 20 Feb 2012 23:13:17 +0000 (23:13 +0000)
committerChad 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

index e8f4285c2a39bb8c2a0070abf582bd952ccaac8c..e504123f0460557a2ac0842f5204ef6b718036e8 100644 (file)
@@ -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());