diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2017-12-06 11:57:53 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2017-12-06 11:57:53 +0000 |
commit | c2641d632ba7e6171f504971ebac79e9b2c6af18 (patch) | |
tree | 12256a62ee902bfaf80ebee77579f9bfc7cb0e34 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 95a059154547dd9217fd0ded63835cf0e009313a (diff) | |
download | bcm5719-llvm-c2641d632ba7e6171f504971ebac79e9b2c6af18.tar.gz bcm5719-llvm-c2641d632ba7e6171f504971ebac79e9b2c6af18.zip |
[CodeGen] Fix formatting error from r319885
llvm-svn: 319886
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 7336f036d9e..def4d682dec 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -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; |