Local labels on darwin apparently start with just 'L', not .L like other
authorChris Lattner <sabre@nondot.org>
Thu, 1 Sep 2005 21:48:35 +0000 (21:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Sep 2005 21:48:35 +0000 (21:48 +0000)
commita82f7b2be074e7471e35854a395b1b140c5a7fba
tree7ae1bd1ac5f5e5ce94b4602026ed30a8ed1c7627
parentb1e1180ca0b32f37aa74d7ad703eeaf91e66c8fa
Local labels on darwin apparently start with just 'L', not .L like other
platforms.  This reduces executable size and makes shark realize the actual
bounds of functions instead of showing each MBB as a function :)

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