214a215,216
> // Only used by CBNZ, CBZ which is conditional based on
> // a register value even though the instruction is always unconditional.
222,229c224
< if (!(condCode == COND_AL || condCode == COND_UC)) {
< for (int x = 0; x < _numDestRegs; x++) {
< _srcRegIdx[_numSrcRegs++] = _destRegIdx[x];
< }
< flags[IsCondControl] = true;
< } else {
< flags[IsUncondControl] = true;
< }
---
> flags[IsCondControl] = true;