[llvm-commits] [llvm] r150998 - /llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp

Chad Rosier mcrosier at apple.com
Mon Feb 20 15:13:18 PST 2012


Author: mcrosier
Date: Mon Feb 20 17:13:17 2012
New Revision: 150998

URL: http://llvm.org/viewvc/llvm-project?rev=150998&view=rev
Log:
Fix 80-column violation.

Modified:
    llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp

Modified: llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp?rev=150998&r1=150997&r2=150998&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/PromoteMemoryToRegister.cpp Mon Feb 20 17:13:17 2012
@@ -423,7 +423,8 @@
 
       // 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());





More information about the llvm-commits mailing list