| Index: src/IceInst.cpp
|
| diff --git a/src/IceInst.cpp b/src/IceInst.cpp
|
| index 30d50662c165c9a2322c3978c3f2721a5c782459..74627ad25b6e71c20d68ecf3caee07a0a8d3875c 100644
|
| --- a/src/IceInst.cpp
|
| +++ b/src/IceInst.cpp
|
| @@ -70,9 +70,7 @@ const struct InstIcmpAttributes_ {
|
| } // end of anonymous namespace
|
|
|
| Inst::Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest)
|
| - : Kind(Kind), Number(Func->newInstNumber()), Deleted(false), Dead(false),
|
| - HasSideEffects(false), IsDestNonKillable(false), Dest(Dest),
|
| - MaxSrcs(MaxSrcs), NumSrcs(0),
|
| + : Kind(Kind), Number(Func->newInstNumber()), Dest(Dest), MaxSrcs(MaxSrcs),
|
| Srcs(Func->allocateArrayOf<Operand *>(MaxSrcs)), LiveRangesEnded(0) {}
|
|
|
| // Assign the instruction a new number.
|
|
|