summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 21:03:47 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 21:03:47 +0000
commit8d99c764d3895c931118ee1a50796a937b12536f (patch)
tree3170eee7067df7cd4a1bfd416cf8996d52afab18 /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
parentea9e2f8a154020c29856156c9977311408b84f88 (diff)
downloadbcm5719-llvm-8d99c764d3895c931118ee1a50796a937b12536f.tar.gz
bcm5719-llvm-8d99c764d3895c931118ee1a50796a937b12536f.zip
move fastcall/stdcall mangling up into Mangler.
llvm-svn: 98384
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
-rw-r--r--llvm/lib/Target/X86/X86COFFMachineModuleInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
index 27f82874ee7..eece462eac5 100644
--- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
+++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h
@@ -30,9 +30,6 @@ public:
X86COFFMachineModuleInfo(const MachineModuleInfo &) {}
virtual ~X86COFFMachineModuleInfo();
- static MCSymbol *DecorateCygMingName(MCSymbol *Name, MCContext &Ctx,
- const Function *F, const TargetData &TD);
-
void addExternalFunction(StringRef Name) {
CygMingStubs.insert(Name);
}
OpenPOWER on IntegriCloud