
replace {
  mov %1,a
  mov a,%1
} by {
  mov %1,a
} if notVolatile %1
