diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:20:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-07-14 06:20:20 +0000 |
| commit | 688920e511dddd8d7e031473ac01c6f56b650d15 (patch) | |
| tree | 4ef55bb60194e9884a8880bed71bc90be8df2a02 /llvm/lib/CodeGen/MachOCodeEmitter.cpp | |
| parent | 6ec9f40ac743243393c9005718344a0d9d2bed18 (diff) | |
| download | bcm5719-llvm-688920e511dddd8d7e031473ac01c6f56b650d15.tar.gz bcm5719-llvm-688920e511dddd8d7e031473ac01c6f56b650d15.zip | |
Rename getValueName -> getMangledName
llvm-svn: 75618
Diffstat (limited to 'llvm/lib/CodeGen/MachOCodeEmitter.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachOCodeEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachOCodeEmitter.cpp b/llvm/lib/CodeGen/MachOCodeEmitter.cpp index a076a3c4752..ccc801c063e 100644 --- a/llvm/lib/CodeGen/MachOCodeEmitter.cpp +++ b/llvm/lib/CodeGen/MachOCodeEmitter.cpp @@ -60,7 +60,7 @@ void MachOCodeEmitter::startFunction(MachineFunction &MF) { // Create symbol for function entry const GlobalValue *FuncV = MF.getFunction(); - MachOSym FnSym(FuncV, MOW.Mang->getValueName(FuncV), MOS->Index, TAI); + MachOSym FnSym(FuncV, MOW.Mang->getMangledName(FuncV), MOS->Index, TAI); FnSym.n_value = getCurrentPCOffset(); // add it to the symtab. |

