Rename LiveRange to LiveInterval::Segment
authorMatthias Braun <matze@braunis.de>
Thu, 10 Oct 2013 21:28:43 +0000 (21:28 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 10 Oct 2013 21:28:43 +0000 (21:28 +0000)
commit331de11a0acc6a095b98914b5f05ff242c9d7819
tree0e40b830e9ed41ae2b85f8e46f9b349162bf938e
parent4afb5f560d2c3171eda8be6ae64998080dddec0c
Rename LiveRange to LiveInterval::Segment

The Segment struct contains a single interval; multiple instances of this struct
are used to construct a live range, but the struct is not a live range by
itself.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192392 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveIntervalUnion.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StrongPHIElimination.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp