fix typo in tree.def
From-SVN: r26153
This commit is contained in:
parent
24dc09a7fe
commit
d9c2af5b98
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Apr 3 14:54:46 1999 Craig Burley <craig@jcb-sc.com>
|
||||
|
||||
* tree.def (BLOCK): Fix typo in comment.
|
||||
|
||||
Sat Apr 3 00:53:29 EST 1999 John Wehle (john@feith.com)
|
||||
|
||||
* i386.md (floatsisf2, floatdisf2, floatsidf2, floatdidf2,
|
||||
|
|
|
@ -82,7 +82,7 @@ DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2)
|
|||
outermost scope of a particular inlining of a function).
|
||||
BLOCK_ABSTRACT is non-zero if the block represents an abstract
|
||||
instance of a block (i.e. one which is nested within an abstract
|
||||
instance of a inline function. */
|
||||
instance of a inline function). */
|
||||
DEFTREECODE (BLOCK, "block", 'b', 0)
|
||||
|
||||
/* Each data type is represented by a tree node whose code is one of
|
||||
|
|
Loading…
Add table
Reference in a new issue