commit bc3e07536a5aedf55525c385b3ca8f5d1802bd5e
parent 681a4c8e3b1b9912ae9560e7016565da1fe54ab2
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 21 Aug 2015 16:13:55 -0400
fix comments in pmov
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisc/tools/pmov.c b/lisc/tools/pmov.c
@@ -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: