aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:13:07 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-09-24 22:13:07 +0000
commit0c8e80607bc3296a4775f05c02f0d11df8e5cb04 (patch)
tree0aacd521a19fe87f388f011eb142062be86c78e3 /lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
parentb5a32e2e8ce2f3de3a340c5a2dfcd3a159968466 (diff)
downloadexternal_llvm-0c8e80607bc3296a4775f05c02f0d11df8e5cb04.zip
external_llvm-0c8e80607bc3296a4775f05c02f0d11df8e5cb04.tar.gz
external_llvm-0c8e80607bc3296a4775f05c02f0d11df8e5cb04.tar.bz2
Drop obsolete hook and change all usage to new interface
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h')
-rw-r--r--lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h b/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
index 87845fb..312c11d 100644
--- a/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
+++ b/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
@@ -124,10 +124,6 @@ struct VISIBILITY_HIDDEN X86ATTAsmPrinter : public AsmPrinter {
bool runOnMachineFunction(MachineFunction &F);
- /// getSectionForFunction - Return the section that we should emit the
- /// specified function body into.
- virtual std::string getSectionForFunction(const Function &F) const;
-
void emitFunctionHeader(const MachineFunction &MF);
// Necessary for Darwin to print out the apprioriate types of linker stubs