diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-06-28 11:09:01 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-06-28 11:09:01 +0000 |
| commit | 76b8828c258a4694fc04958cd9c5664d25ceef9c (patch) | |
| tree | e1586e57a428de432ac52b1c5876a0ad69ecabc5 /llvm/lib/Target/X86/X86ATTAsmPrinter.h | |
| parent | 7d345eb4b145b78d1d18fe8272a13a6ca4224a4f (diff) | |
| download | bcm5719-llvm-76b8828c258a4694fc04958cd9c5664d25ceef9c.tar.gz bcm5719-llvm-76b8828c258a4694fc04958cd9c5664d25ceef9c.zip | |
Factor out stuff into helper function
llvm-svn: 52862
Diffstat (limited to 'llvm/lib/Target/X86/X86ATTAsmPrinter.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86ATTAsmPrinter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86ATTAsmPrinter.h b/llvm/lib/Target/X86/X86ATTAsmPrinter.h index 2c80df41fcd..025a157ac26 100644 --- a/llvm/lib/Target/X86/X86ATTAsmPrinter.h +++ b/llvm/lib/Target/X86/X86ATTAsmPrinter.h @@ -124,6 +124,8 @@ struct VISIBILITY_HIDDEN X86ATTAsmPrinter : public AsmPrinter { /// 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 StringSet<> FnStubs, GVStubs, LinkOnceStubs; |

