Commit r353303 added annotations when acquire semantics
were dropped from an instruction.
As printAnnotation was called before printInstruction,
if you didn't set a separate comment output stream
you got <comment><instr> instead of <instr><comment>
as expected.
This change updates the usage to match other printAnnotation.
Print the instruction, then the annotation, then return.