Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.
authorChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 00:19:24 +0000 (00:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 00:19:24 +0000 (00:19 +0000)
commita2406190ca28dc5901dfe747849c8eda9c29d7ee
treeb278f5110967c3f4f2547bdef689740a9b047d52
parent80c062001efbf1d3946d5cc4fcea7ad2d876ba64
Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.
Overload it in the ARM backend to do nothing, since is does insane
constant pool emission.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94708 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp