LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
authorMatthias Braun <matze@braunis.de>
Tue, 22 Sep 2015 03:44:41 +0000 (03:44 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 22 Sep 2015 03:44:41 +0000 (03:44 +0000)
commit95e05ddf7446f406801aa0c6c710bb6872e26493
tree7f6c27793ea7f583776dbf3b4160a687f5dfd42b
parent5646beae513b6d6247eee89d03bb62ac6e05ee6e
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248241 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/SplitKit.cpp