diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:13:07 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-09-24 22:13:07 +0000 |
| commit | 69ff51baa0e051aee3a2a554b31aad8f15be3d74 (patch) | |
| tree | 7f95a3026867cf1d0dd35e2539290f5ed935e1c2 /llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp | |
| parent | 7d002fa77b3d6eab83a59710b58bb2d30e4fec6b (diff) | |
| download | bcm5719-llvm-69ff51baa0e051aee3a2a554b31aad8f15be3d74.tar.gz bcm5719-llvm-69ff51baa0e051aee3a2a554b31aad8f15be3d74.zip | |
Drop obsolete hook and change all usage to new interface
llvm-svn: 56572
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp index c2e24172849..4db430f9e22 100644 --- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp +++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp @@ -130,10 +130,6 @@ namespace { bool doInitialization(Module &M); bool doFinalization(Module &M); - /// getSectionForFunction - Return the section that we should emit the - /// specified function body into. - virtual std::string getSectionForFunction(const Function &F) const; - /// EmitMachineConstantPoolValue - Print a machine constantpool value to /// the .s file. virtual void EmitMachineConstantPoolValue(MachineConstantPoolValue *MCPV) { @@ -179,11 +175,6 @@ namespace { #include "ARMGenAsmWriter.inc" -// Substitute old hook with new one temporary -std::string ARMAsmPrinter::getSectionForFunction(const Function &F) const { - return TAI->SectionForGlobal(&F); -} - /// runOnMachineFunction - This uses the printInstruction() /// method to print assembly for each instruction. /// |

