add a new AsmPrinter::EmitFunctionEntryLabel virtual function,
authorChris Lattner <sabre@nondot.org>
Wed, 27 Jan 2010 07:21:55 +0000 (07:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Jan 2010 07:21:55 +0000 (07:21 +0000)
commit2cf7251d39f28888af06b6f941eabd1d10995382
treec778df82bc04ca32a36a2fd8e699ac88459fe67d
parented240c474d57e4b591c6193767b8acc8b6e87517
add a new AsmPrinter::EmitFunctionEntryLabel virtual function,
which allows targets to override function entry label emission.
Use it to convert linux/ppc to use EmitFunctionHeader().

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