mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Fix 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150998 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
117314009e
commit
acb6f5096f
@ -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…
x
Reference in New Issue
Block a user