mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Fixup comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02c1a64efe
commit
c56e3f0cdd
@ -1069,7 +1069,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
|
||||
if (AbsVar)
|
||||
AbsVar->setMInsn(MInsn);
|
||||
|
||||
// Simple ranges that are fully coalesced.
|
||||
// Simplify ranges that are fully coalesced.
|
||||
if (History.size() <= 1 || (History.size() == 2 &&
|
||||
MInsn->isIdenticalTo(History.back()))) {
|
||||
RegVar->setMInsn(MInsn);
|
||||
|
Loading…
Reference in New Issue
Block a user