Print basic block numbers in live interval debug output. Since the rest of the
authorBob Wilson <bob.wilson@apple.com>
Mon, 3 May 2010 21:38:11 +0000 (21:38 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 3 May 2010 21:38:11 +0000 (21:38 +0000)
commitad98f795d0dba3db721139a8a74a98acdce0ff60
tree0b2ac1bf9af69f926469f7e8445526ec901e428d
parenta75586f37e2409aebce8e330832eec05487aa783
Print basic block numbers in live interval debug output. Since the rest of the
debug output is showing machine instructions, the IR-level basic block names
aren't very meaningful, and because multiple machine basic blocks may be
derived from one IR-level BB, they're also not unique.

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