Under the if (Dep.isClobber()) there was another if (Dep.isClobber())
Diff Detail
Diff Detail
Event Timeline
Comment Actions
It doesn't look like the conditional you've deleted is nested within the first "Dep.isClobber()" block.
Comment Actions
The if starts at 1855 and ends at 1942 right? So it ends just before new if with the sem operand
Comment Actions
It only makes sense if Dep could be changed in the previous if, but I don't see it is changed, and tests neither