commit | c2641d632ba7e6171f504971ebac79e9b2c6af18 | [log] [tgz] |
---|---|---|
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Wed Dec 06 11:57:53 2017 +0000 |
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Wed Dec 06 11:57:53 2017 +0000 |
tree | 12256a62ee902bfaf80ebee77579f9bfc7cb0e34 | |
parent | 95a059154547dd9217fd0ded63835cf0e009313a [diff] |
[CodeGen] Fix formatting error from r319885 llvm-svn: 319886
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 7336f03..def4d68 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp
@@ -54,7 +54,7 @@ SmallContents.RegNo = Reg; MRI.addRegOperandToUseList(this); return; - } + } // Otherwise, just change the register, no problem. :) SmallContents.RegNo = Reg;