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 | 3ef8cf137095dfdef13e32aea6410376a2dca3f1 (patch) | |
tree | 836078d0dd2052da5c3eae21d1fbdd6b1780cad2 /clang/lib/Basic/SourceLocation.cpp | |
parent | ede0dc6ddac97dbfe6936006d6059083aa8a9b68 (diff) | |
download | bcm5719-llvm-3ef8cf137095dfdef13e32aea6410376a2dca3f1.tar.gz bcm5719-llvm-3ef8cf137095dfdef13e32aea6410376a2dca3f1.zip |
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.
llvm-svn: 135911
Diffstat (limited to 'clang/lib/Basic/SourceLocation.cpp')
0 files changed, 0 insertions, 0 deletions