Make BB and CPI labels use the function number, not the function name as a
authorChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 21:59:25 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Nov 2005 21:59:25 +0000 (21:59 +0000)
commit5684598f3fbebc7629e7fb2c2b5e120a99597c46
tree636198cd35594b18d41ffd8f5091fe682c33f596
parentbc076665cbf87caf79af5b80b9d57222d625428f
Make BB and CPI labels use the function number, not the function name as a
uniquing id.  This makes things happy when the function name is quoted,
preventing labels like LBB"foo"_2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp