summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86COFFMachineModuleInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 20:43:52 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 20:43:52 +0000
commit3f185a72cd558ad8836ebd6f779f032c97835c03 (patch)
tree3032071212251de64d0d32c13f6617965fe75978 /lib/Target/X86/X86COFFMachineModuleInfo.h
parenta30b181c20710f0b3c511b7119c2d37859e0158d (diff)
downloadllvm-3f185a72cd558ad8836ebd6f779f032c97835c03.tar.gz
llvm-3f185a72cd558ad8836ebd6f779f032c97835c03.tar.bz2
llvm-3f185a72cd558ad8836ebd6f779f032c97835c03.tar.xz
make DecorateCygMingName a static method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86COFFMachineModuleInfo.h')
-rw-r--r--lib/Target/X86/X86COFFMachineModuleInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86COFFMachineModuleInfo.h b/lib/Target/X86/X86COFFMachineModuleInfo.h
index d07f073353..27f82874ee 100644
--- a/lib/Target/X86/X86COFFMachineModuleInfo.h
+++ b/lib/Target/X86/X86COFFMachineModuleInfo.h
@@ -30,8 +30,8 @@ public:
X86COFFMachineModuleInfo(const MachineModuleInfo &) {}
virtual ~X86COFFMachineModuleInfo();
- MCSymbol *DecorateCygMingName(MCSymbol *Name, MCContext &Ctx,
- const Function *F, const TargetData &TD);
+ static MCSymbol *DecorateCygMingName(MCSymbol *Name, MCContext &Ctx,
+ const Function *F, const TargetData &TD);
void addExternalFunction(StringRef Name) {
CygMingStubs.insert(Name);