mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
Modify r244405 to clearer code, per David Blaikie suggestion.
llvm-svn: 244455
This commit is contained in:
parent
04b689be68
commit
620d03e422
@ -2884,8 +2884,8 @@ void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit,
|
||||
if (StopAddress != -1ULL && !Seq.empty()) {
|
||||
// Insert end sequence row with the computed end address, but
|
||||
// the same line as the previous one.
|
||||
Seq.reserve(Seq.size() + 1);
|
||||
Seq.emplace_back(Seq.back());
|
||||
auto NextLine = Seq.back();
|
||||
Seq.emplace_back(NextLine);
|
||||
Seq.back().Address = StopAddress;
|
||||
Seq.back().EndSequence = 1;
|
||||
Seq.back().PrologueEnd = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user