mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b1d77355b
commit
f5b9a74f0a
@ -149,11 +149,10 @@ MachineSinking::AllUsesDominatedByBlock(unsigned Reg,
|
||||
assert(TargetRegisterInfo::isVirtualRegister(Reg) &&
|
||||
"Only makes sense for vregs");
|
||||
|
||||
// Ignore debug uses because debug info doesn't affect the code.
|
||||
if (MRI->use_nodbg_empty(Reg))
|
||||
return true;
|
||||
|
||||
// Ignoring debug uses because debug info doesn't affect the code.
|
||||
|
||||
// BreakPHIEdge is true if all the uses are in the successor MBB being sunken
|
||||
// into and they are all PHI nodes. In this case, machine-sink must break
|
||||
// the critical edge first. e.g.
|
||||
|
Loading…
Reference in New Issue
Block a user