Stop LiveVariables from using BasicBlocks as part of the mapping, instead
authorChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 21:24:24 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 May 2004 21:24:24 +0000 (21:24 +0000)
commitf25fb4bc640340c60793a3e2bbf2510dea0e15f4
tree96736e7e599369152ba7900e42e3f5805f473321
parent96362e9cac4fbb7f7a9eacf19efea55a8d38bd79
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
use MachineBasicBlocks.  To do this, we traverse the Machine CFG instead of
the LLVM CFG, which is also *MUCH* more efficient by having fewer levels of
indirections and mappings.

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