diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-12 20:43:52 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 20:43:52 +0000 |
| commit | 892ac21f067586300ab049b4d34d22149ff1274c (patch) | |
| tree | f3ce0e99c5a7c73df4b4c53a8dbd77632f2c3a45 /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
| parent | a956527c92557ea1aa2b6f9ae57acfb9ee82f22a (diff) | |
| download | bcm5719-llvm-892ac21f067586300ab049b4d34d22149ff1274c.tar.gz bcm5719-llvm-892ac21f067586300ab049b4d34d22149ff1274c.zip | |
make DecorateCygMingName a static method.
llvm-svn: 98377
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index d07f0733535..27f82874ee7 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/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); |

