Implicit operands that use DSPControl register such as RDDSP and WRDSP are added
after InstrEmitter::EmitMachineNode determines which ones should be marked as
dead. This will add a manual check of these flags and correct them if necessary.
We also don't need removing of dead flags in LiveVariable analysis pass anymore.
I'm still not really happy with the setIsDead(false), but I guess it's not a big deal if we aren't actually depending on those register defs for correct scheduling. Could probably use a comment explaining that, though.