eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Aug 2009 20:43:12 +0000 (20:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Aug 2009 20:43:12 +0000 (20:43 +0000)
commit5277b22687d3513dd29d5a9c8510cac740f933f6
tree9e9e43f4b75db5fda4347245ebfac0fe152b1f27
parent17421d81fdbc94dbd8b3549b095303baaf52e689
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
A TAI hook is appropriate in this case because this is just an
asm syntax issue, not a semantic difference. TLOF should model
the semantics of the section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78498 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp