add a new hook to allow targets to splat stuff at the end of the file.
authorChris Lattner <sabre@nondot.org>
Fri, 18 Sep 2009 20:17:03 +0000 (20:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Sep 2009 20:17:03 +0000 (20:17 +0000)
commitbd23d5fda85e38c88dfa668a99777cd05c524822
treeeef8fce9a7047091da6319a75875788892e47741
parent8dffc819c5f4326700262e7d1ff906d0d44ca906
add a new hook to allow targets to splat stuff at the end of the file.
Overriding doFinalization is pretty lame.

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