diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-07-25 15:25:41 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-07-25 15:25:41 +0000 |
commit | fa89a0344bba7a0ae87d3de204d18bb1ecaa5955 (patch) | |
tree | ca5f1562201dc062f820aefcbc581eb42551cafb /lib/MC/ELFObjectWriter.cpp | |
parent | 2eb40f6d86ab44e7e642ea665afb28604008d367 (diff) |
Rename live range stages to better reflect how they are used.
The stage is used to control where a live range is going, not where it
is coming from. Live ranges created by splitting will usually be marked
RS_New, but some are marked RS_Spill to avoid wasting time trying to
split them again.
The old RS_Global and RS_Local stages are merged - they are really the
same thing for local and global live ranges.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/ELFObjectWriter.cpp')
0 files changed, 0 insertions, 0 deletions