summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-16 06:03:48 +0000
committerChris Lattner <sabre@nondot.org>2009-09-16 06:03:48 +0000
commitf3f54ffc8910ba7f09b1f855babdf9db1965865b (patch)
treeeb02522e81a86dac35135392176642a388236fc4 /llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
parent6879beda08ae565733e35fc41e8ed660517b0e21 (diff)
downloadbcm5719-llvm-f3f54ffc8910ba7f09b1f855babdf9db1965865b.tar.gz
bcm5719-llvm-f3f54ffc8910ba7f09b1f855babdf9db1965865b.zip
add a new MachineModuleInfoMachO class, which is the per-module
stuff common across all macho targets. llvm-svn: 82018
Diffstat (limited to 'llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h')
-rw-r--r--llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
index 33042dc7591..78e3d7de62c 100644
--- a/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
+++ b/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
@@ -152,11 +152,6 @@ class VISIBILITY_HIDDEN X86ATTAsmPrinter : public AsmPrinter {
void emitFunctionHeader(const MachineFunction &MF);
- // Necessary for Darwin to print out the appropriate types of linker stubs.
- DenseMap<MCSymbol*, MCSymbol*> FnStubs; // Darwin $stub stubs.
- DenseMap<MCSymbol*, MCSymbol*> GVStubs; // Darwin $non_lazy_ptr stub.
- DenseMap<MCSymbol*, MCSymbol*> HiddenGVStubs; // Darwin $non_lazy_ptr stub.
-
// Necessary for dllexport support
StringSet<> CygMingStubs, DLLExportedFns, DLLExportedGVs;
OpenPOWER on IntegriCloud