From: Craig Topper Date: Fri, 6 Sep 2019 05:50:46 +0000 (+0000) Subject: [X86] Fix bad indentation. NFC X-Git-Tag: llvmorg-11-init~9871 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7739fbc9c35ef539261eee55f8c5281d1d2b5c8d;p=platform%2Fupstream%2Fllvm.git [X86] Fix bad indentation. NFC llvm-svn: 371167 --- diff --git a/llvm/lib/Target/X86/X86FixupBWInsts.cpp b/llvm/lib/Target/X86/X86FixupBWInsts.cpp index 2e5b1b2..4a5f05c 100644 --- a/llvm/lib/Target/X86/X86FixupBWInsts.cpp +++ b/llvm/lib/Target/X86/X86FixupBWInsts.cpp @@ -247,7 +247,7 @@ bool FixupBWInstPass::getSuperRegDestIfDead(MachineInstr *OrigMI, assert((MO.isDef() || MO.isUse()) && "Expected Def or Use only!"); if (MO.isDef() && TRI->isSuperRegisterEq(OrigDestReg, MO.getReg())) - IsDefined = true; + IsDefined = true; // If MO is a use of any part of the destination register but is not equal // to OrigDestReg or one of its subregisters, we cannot use SuperDestReg.