Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s
authorChris Lattner <sabre@nondot.org>
Thu, 1 Jul 2004 06:15:32 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Jul 2004 06:15:32 +0000 (06:15 +0000)
commit8490f9c92e354fd9cd242bae89b24e6c59e5c794
tree85a9894afd0c6142c67a78c9975ebf9adb9d7b86
parent61e4cb3605b9a7c0ef2b720c8dc5a2e7b880e3a9
Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s
use them instead of a local LiveVariables numbering

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