diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
-rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index 2a9e61c2ebf..0e2009e003d 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h @@ -46,7 +46,7 @@ public: ~X86COFFMachineModuleInfo(); - void DecorateCygMingName(const MCSymbol* &Name, MCContext &Ctx, + void DecorateCygMingName(MCSymbol* &Name, MCContext &Ctx, const GlobalValue *GV, const TargetData &TD); void DecorateCygMingName(SmallVectorImpl<char> &Name, const GlobalValue *GV, const TargetData &TD); |