mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix comments in pmov
This commit is contained in:
parent
681a4c8e3b
commit
bc3e07536a
@ -50,10 +50,10 @@ main()
|
||||
for (t=0; t<NReg; t++)
|
||||
switch ((tm >> (2*t)) & 3) {
|
||||
case 0:
|
||||
/* not in copy, not in use */
|
||||
/* not in copy, not in reg */
|
||||
break;
|
||||
case 1:
|
||||
/* not in copy, in use */
|
||||
/* not in copy, in reg */
|
||||
radd(&mbeg, Tmp0+t, t+1);
|
||||
break;
|
||||
case 2:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user