Fix field initialization order problem

llvm-svn: 1366
This commit is contained in:
Chris Lattner 2001-11-26 18:49:54 +00:00
parent a57cea2e2e
commit 0393197f32
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ MachineOperand::MachineOperand(MachineOperandType operandType,
: opType(operandType),
immedVal(0),
regNum(-1),
value(_val),
isDef(false)
{}