mirror of git://gcc.gnu.org/git/gcc.git
Fix typo in comment in basic-block.h
gcc/ * basic-block.c: Fix typo in comment. From-SVN: r189845
This commit is contained in:
parent
e61c94dd31
commit
229ecb8935
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-07-25 Dodji Seketeli <dodji@redhat.com>
|
||||||
|
|
||||||
|
* basic-block.c: Fix typo in comment.
|
||||||
|
|
||||||
2012-07-25 Kirill Yukhin <kirill.yukhin@intel.com>
|
2012-07-25 Kirill Yukhin <kirill.yukhin@intel.com>
|
||||||
Michael Zolotukhin <michael.v.zolotukhin@intel.com>
|
Michael Zolotukhin <michael.v.zolotukhin@intel.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ struct GTY(()) gimple_bb_info {
|
||||||
gimple_seq phi_nodes;
|
gimple_seq phi_nodes;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* A basic block is a sequence of instructions with only entry and
|
/* A basic block is a sequence of instructions with only one entry and
|
||||||
only one exit. If any one of the instructions are executed, they
|
only one exit. If any one of the instructions are executed, they
|
||||||
will all be executed, and in sequence from first to last.
|
will all be executed, and in sequence from first to last.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue