mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 08:08:01 +00:00
Fix 80-column violation.
llvm-svn: 150998
This commit is contained in:
parent
64719820cf
commit
b98a4accfa
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user