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:
Bill Schmidt 2015-02-04 06:14:38 +00:00
parent 89e8a17b4d
commit 4351f76f81

View File

@ -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;);