*参照元 [#e5daa571]
#backlinks
*説明 [#qd0ae378]
-パス: [[gcc-8.3/gcc/emit-rtl.h]]
-FIXME: これは何?
--説明
**参考 [#v8f38c74]
*実装 [#ud4ec759]
/* Accessor to RTL datastructures. We keep them statically allocated now since
we never keep multiple functions. For threaded compiler we might however
want to do differently. */
#define crtl (&x_rtl)
-
-&x_rtl の型は struct rtl_data * となる。
--[[gcc-8.3/gcc/x_rtl(global)]]
--[[gcc-8.3/gcc/rtl_data]]
*コメント [#ae016920]