Add direct moves to expression dumping.

This commit is contained in:
Bill Currie 2012-11-20 16:55:19 +09:00
parent 793112de9a
commit b91bb2e915

View file

@ -89,6 +89,7 @@ get_op_string (int op)
case 'A': return "<alias>";
case 'C': return "<cast>";
case 'M': return "<move>";
case 'm': return "<move>";
default:
return "unknown";
}