OSDN Git Service

Make constant pool entries use private labels. This is important when you're
authorChris Lattner <sabre@nondot.org>
Mon, 31 Oct 2005 22:12:06 +0000 (22:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Oct 2005 22:12:06 +0000 (22:12 +0000)
commitbb69e39b5b8ddf7243e2b77cebe2f9f23ba819b2
treeb912df0ef8c3e8daf13fda4a7bac1d39b113b311
parent42e957ce34f44d2c3bbecb4835693d124a3fa316
Make constant pool entries use private labels.  This is important when you're
not compiling a whole program at a time :)

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