Now that printPICJumpTableSetLabel is not overloaded,
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 06:42:44 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 06:42:44 +0000 (06:42 +0000)
commit3b131d7cc4dc4bbb329c136705b37dc255995fbd
tree7eb571a8ace17463b8947c41013c32489e3ec9c1
parent589c6f620e8dcf3d59af1ae0e15372c934647c82
Now that printPICJumpTableSetLabel is not overloaded,
inline it into its only caller, allowing us to simplify it
and hoist bits out of the loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94528 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp