"Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols could...
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:57:19 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:57:19 +0000 (18:57 +0000)
commitf3047cdbd4b729015fd6b0f64cfc5a861a6f6a2c
tree4bddd4dd8ad65668ffff46bbaf37a97a12de5362
parent0a3f39985b3827a02a7ce1ca5e310b68820fd26d
"Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols could be emitted in the same file (it was uniqued by block number, but not by function number). "  Patch by Nathan Keynes!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp