OSDN Git Service

Give AsmPrinter the most common expected implementation of
authorChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 01:28:58 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 01:28:58 +0000 (01:28 +0000)
commitd49fe1b6bc4615684c2ec71140a21e9c4cd69ce3
tree8cd572db61902f22106a3378d405a4d9be3ff03a
parentbec487767c3e0a376eed7c37773c88d6fcc8e4d9
Give AsmPrinter the most common expected implementation of
runOnMachineFunction, and switch PPC to use EmitFunctionBody.
The two ppc asmprinters now don't heave to define
runOnMachineFunction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94722 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll