summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2015-02-04 06:14:38 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2015-02-04 06:14:38 +0000
commit81638eabe6c0bb540f92943fca08ee0cb37f22b3 (patch)
tree13ce1e62f067b393bcad24b9da3857f80e28e27b
parent1354f7c5fa3e08a87a4d1d6b3c401e88f928f48e (diff)
downloadbcm5719-llvm-81638eabe6c0bb540f92943fca08ee0cb37f22b3.tar.gz
bcm5719-llvm-81638eabe6c0bb540f92943fca08ee0cb37f22b3.zip
Replace tabs with spaces from r228116. Oops.
llvm-svn: 228117
-rw-r--r--llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
index 1b74c4e76e7..a665fc605c9 100644
--- a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
@@ -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;);
OpenPOWER on IntegriCloud