Fix 80-column violation.

llvm-svn: 150998
This commit is contained in:
Chad Rosier 2012-02-20 23:13:17 +00:00
parent 64719820cf
commit b98a4accfa

View 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());