mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Time the emission of debug values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a5dd550588
commit
c47690264a
@ -1595,7 +1595,10 @@ bool RAGreedy::runOnMachineFunction(MachineFunction &mf) {
|
||||
}
|
||||
|
||||
// Write out new DBG_VALUE instructions.
|
||||
DebugVars->emitDebugValues(VRM);
|
||||
{
|
||||
NamedRegionTimer T("Emit Debug Info", TimerGroupName, TimePassesIsEnabled);
|
||||
DebugVars->emitDebugValues(VRM);
|
||||
}
|
||||
|
||||
// The pass output is in VirtRegMap. Release all the transient data.
|
||||
releaseMemory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user