mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Fixup comment.
llvm-svn: 165427
This commit is contained in:
parent
04b91dc725
commit
796c6fc576
@ -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