diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-20 14:18:59 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-05-20 14:18:59 +0000 |
| commit | 69c6008e493566df7115784d9ed0f382fd979825 (patch) | |
| tree | d82185fcede40530ee18771c630f9765f800a959 /llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | |
| parent | 56b12d75bf20187f96fa04573e45813b8bc8f1b8 (diff) | |
| download | bcm5719-llvm-69c6008e493566df7115784d9ed0f382fd979825.tar.gz bcm5719-llvm-69c6008e493566df7115784d9ed0f382fd979825.zip | |
Revert r237789 - [mips] The naming convention for private labels is ABI dependant.
It works, but I've noticed that I missed several callers of createMCAsmInfo()
and many don't have a TargetMachine to provide.
llvm-svn: 237792
Diffstat (limited to 'llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp index d2b010486b5..b1f7c2f2259 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp @@ -122,6 +122,3 @@ unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { return IsN64() ? EhDataReg64[I] : EhDataReg[I]; } -const char *MipsABIInfo::GetPrivateLabelPrefix() const { - return IsO32() ? "$" : ".L"; -} |

