mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Replace tabs with spaces from r228116. Oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89e8a17b4d
commit
4351f76f81
@ -57,8 +57,8 @@ protected:
|
||||
|
||||
if (MI->getOpcode() != PPC::GETtlsADDR &&
|
||||
MI->getOpcode() != PPC::GETtlsldADDR &&
|
||||
MI->getOpcode() != PPC::GETtlsADDR32 &&
|
||||
MI->getOpcode() != PPC::GETtlsldADDR32)
|
||||
MI->getOpcode() != PPC::GETtlsADDR32 &&
|
||||
MI->getOpcode() != PPC::GETtlsldADDR32)
|
||||
continue;
|
||||
|
||||
DEBUG(dbgs() << "TLS Dynamic Call Fixup:\n " << *MI;);
|
||||
|
Loading…
x
Reference in New Issue
Block a user