mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
rename getValueName -> getMangledName
llvm-svn: 75617
This commit is contained in:
parent
a90ef5eb4a
commit
bc4a4a1e6c
@ -1432,7 +1432,7 @@ void CWriter::printConstantWithCast(Constant* CPV, unsigned Opcode) {
|
||||
std::string CWriter::GetValueName(const Value *Operand) {
|
||||
// Mangle globals with the standard mangler interface for LLC compatibility.
|
||||
if (const GlobalValue *GV = dyn_cast<GlobalValue>(Operand))
|
||||
return Mang->getValueName(GV);
|
||||
return Mang->getMangledName(GV);
|
||||
|
||||
std::string Name = Operand->getName();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user