summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-12-06 11:57:53 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-12-06 11:57:53 +0000
commitc2641d632ba7e6171f504971ebac79e9b2c6af18 (patch)
tree12256a62ee902bfaf80ebee77579f9bfc7cb0e34 /llvm/lib/CodeGen/MachineOperand.cpp
parent95a059154547dd9217fd0ded63835cf0e009313a (diff)
downloadbcm5719-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.cpp2
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;
OpenPOWER on IntegriCloud