Factor the numbering computation into a separate method, and add the slightest attemp...
authorOwen Anderson <resistor@mac.com>
Wed, 28 May 2008 20:54:50 +0000 (20:54 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 28 May 2008 20:54:50 +0000 (20:54 +0000)
commit80b3ce65e294a28b88c882d44a5e749a2924c9e3
tree81be998eb6e57d5c073cf2f97519c3d33161850b
parentd77d4f98fbdeaf3d1b0ba99b547b7ac4ec43b834
Factor the numbering computation into a separate method, and add the slightest attempt at some renumbering logic, which is currently unused.

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