mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
strength reduce a call to PrintRelDirective(true).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81942 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a70e2e3d48
commit
f60d3eb186
@ -160,10 +160,12 @@ void DwarfException::EmitCIE(const Function *Personality, unsigned Index) {
|
||||
|
||||
// If there is a personality, we need to indicate the function's location.
|
||||
if (Personality) {
|
||||
PrintRelDirective(true);
|
||||
O << MAI->getData32bitsDirective();
|
||||
|
||||
O << MAI->getPersonalityPrefix();
|
||||
Asm->EmitExternalGlobal((const GlobalVariable *)(Personality));
|
||||
O << MAI->getPersonalitySuffix();
|
||||
|
||||
if (strcmp(MAI->getPersonalitySuffix(), "+4@GOTPCREL"))
|
||||
O << "-" << MAI->getPCSymbol();
|
||||
Asm->EOL("Personality");
|
||||
|
Loading…
x
Reference in New Issue
Block a user