]> granicus.if.org Git - llvm/commitdiff
[CodeGen] Fix formatting error from r319885
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 6 Dec 2017 11:57:53 +0000 (11:57 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 6 Dec 2017 11:57:53 +0000 (11:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319886 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineOperand.cpp

index 7336f036d9e846ed737f8f6ccd779b44fa00bb48..def4d682decc525abd8f634c5cc3d2405977884a 100644 (file)
@@ -54,7 +54,7 @@ void MachineOperand::setReg(unsigned Reg) {
     SmallContents.RegNo = Reg;
     MRI.addRegOperandToUseList(this);
     return;
-      }
+  }
 
   // Otherwise, just change the register, no problem.  :)
   SmallContents.RegNo = Reg;