Commit df17530a by Mingjie Xing Committed by Mingjie Xing

Fix the printable name typo

From-SVN: r174833
parent d2051792
2011-06-09 Mingjie Xing <mingjie.xing@gmail.com>
* treestruct.def (TS_TYPE_DECL): Fix the printable name typo.
2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org> 2011-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/49305 PR target/49305
......
...@@ -51,7 +51,7 @@ DEFTREESTRUCT(TS_PARM_DECL, "parm decl") ...@@ -51,7 +51,7 @@ DEFTREESTRUCT(TS_PARM_DECL, "parm decl")
DEFTREESTRUCT(TS_LABEL_DECL, "label decl") DEFTREESTRUCT(TS_LABEL_DECL, "label decl")
DEFTREESTRUCT(TS_RESULT_DECL, "result decl") DEFTREESTRUCT(TS_RESULT_DECL, "result decl")
DEFTREESTRUCT(TS_CONST_DECL, "const decl") DEFTREESTRUCT(TS_CONST_DECL, "const decl")
DEFTREESTRUCT(TS_TYPE_DECL, "label decl") DEFTREESTRUCT(TS_TYPE_DECL, "type decl")
DEFTREESTRUCT(TS_FUNCTION_DECL, "function decl") DEFTREESTRUCT(TS_FUNCTION_DECL, "function decl")
DEFTREESTRUCT(TS_TRANSLATION_UNIT_DECL, "translation-unit decl") DEFTREESTRUCT(TS_TRANSLATION_UNIT_DECL, "translation-unit decl")
DEFTREESTRUCT(TS_TYPE_COMMON, "type common") DEFTREESTRUCT(TS_TYPE_COMMON, "type common")
......
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