diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-12 19:48:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 19:48:03 +0000 |
| commit | 74026ffcae9988d42cd08eac08efc54c96028f77 (patch) | |
| tree | 5b56ec4c3f32f94ae7fa19987afd0beaeadef826 /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
| parent | e397df7af055297ec27bd3291154d080ab62c7ff (diff) | |
| download | bcm5719-llvm-74026ffcae9988d42cd08eac08efc54c96028f77.tar.gz bcm5719-llvm-74026ffcae9988d42cd08eac08efc54c96028f77.zip | |
minor tidying, only do work if a function is
actually X86_StdCall or X86_FastCall.
llvm-svn: 98374
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); |

