r304320 enabled the machine verifier by default with
EXPENSIVE_CHECKS. Mistakenly AVR was in the one of the targets
excluded from this by overriding TargetMachine::isMachineVerifierClean() to
return false in D33696.
Removing the override as the target passes all lit tests without machine
verifier failure.