Commit 443321ee by Kazu Hirata Committed by Kazu Hirata

* global.c: Fix a comment typo.

From-SVN: r92286
parent 30541c40
2004-12-16 Kazu Hirata <kazu@cs.umass.edu>
* global.c: Fix a comment typo.
2004-12-16 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-12-16 Eric Botcazou <ebotcazou@libertysurf.fr>
Roger Sayle <roger@eyesopen.com> Roger Sayle <roger@eyesopen.com>
......
...@@ -2011,7 +2011,7 @@ struct bb_info ...@@ -2011,7 +2011,7 @@ struct bb_info
killed afterward in the basic block. */ killed afterward in the basic block. */
bitmap killed, avloc; bitmap killed, avloc;
/* Registers partially available and living (in other words whose /* Registers partially available and living (in other words whose
values were calclualted and used) correspondingly at the start values were calculated and used) correspondingly at the start
and end of the basic block. */ and end of the basic block. */
bitmap live_pavin, live_pavout; bitmap live_pavin, live_pavout;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment