summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
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