mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
Print parentheses in next line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ebb90dbb54
commit
98f49c4413
@ -48,8 +48,10 @@ void MipsMCSymbolRefExpr::PrintImpl(raw_ostream &OS) const {
|
||||
OS << Offset;
|
||||
}
|
||||
|
||||
if (Kind == VK_Mips_GPOFF_HI || Kind == VK_Mips_GPOFF_LO) OS << ")))";
|
||||
else if (Kind != VK_Mips_None) OS << ')';
|
||||
if (Kind == VK_Mips_GPOFF_HI || Kind == VK_Mips_GPOFF_LO)
|
||||
OS << ")))";
|
||||
else if (Kind != VK_Mips_None)
|
||||
OS << ')';
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user