diff options
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 f43b5ce7cbb..d07f0733535 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(); - void DecorateCygMingName(MCSymbol *&Name, MCContext &Ctx, - const Function *F, const TargetData &TD); + MCSymbol *DecorateCygMingName(MCSymbol *Name, MCContext &Ctx, + const Function *F, const TargetData &TD); void addExternalFunction(StringRef Name) { CygMingStubs.insert(Name); |

