diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 7444aa4b845..32e9462cbee 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -186,7 +186,6 @@ MachineOperand::MachineOperand(MachineOperandType operandType, : opType(operandType), immedVal(0), regNum(-1), - value(_val), isDef(false) {}