projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4889e09
)
fix typo
author
jason
<jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2004 02:59:16 +0000
(
02:59
+0000)
committer
jason
<jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2004 02:59:16 +0000
(
02:59
+0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83336
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/tree.def
patch
|
blob
|
history
diff --git
a/gcc/tree.def
b/gcc/tree.def
index
3e91111
..
5afe765
100644
(file)
--- a/
gcc/tree.def
+++ b/
gcc/tree.def
@@
-436,7
+436,7
@@
DEFTREECODE (INIT_EXPR, "init_expr", 'e', 2)
/* For TARGET_EXPR, operand 0 is the target of an initialization,
operand 1 is the initializer for the target, which may be void
- if simpl
if
y expanding it initializes the target.
+ if simply expanding it initializes the target.
operand 2 is the cleanup for this node, if any.
operand 3 is the saved initializer after this node has been
expanded once; this is so we can re-expand the tree later. */