| Submitter | Mingjie Xing |
|---|---|
| Date | March 21, 2011, 6:29 a.m. |
| Message ID | <AANLkTin8nfJfob1pfeOn-VCVyH2HLf3LxY3Sz4ZeSEoi@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/87690/ |
| State | New |
| Headers | show |
Comments
Patch
Index: tree-dfa.c =================================================================== --- tree-dfa.c (revision 171205) +++ tree-dfa.c (working copy) @@ -578,7 +578,7 @@ add_referenced_var (tree var) get_var_ann (var); gcc_assert (DECL_P (var)); - /* Insert VAR into the referenced_vars has table if it isn't present. */ + /* Insert VAR into the referenced_vars hash table if it isn't present. */ if (referenced_var_check_and_insert (var)) { /* Scan DECL_INITIAL for pointer variables as they may contain
Hi, I checked the patch in trunk directly since it is obvious. Committed revision 171206. Thanks, Mingjie 2011-03-21 Mingjie Xing <mingjie.xing@gmail.com> * tree-dfa.c (add_referenced_var): Fix typo in comment.