ログイン Login
メニュー編集
新規作成用
/* Return the code for GIMPLE statement G. */ static inline enum gimple_code gimple_code (const gimple *g) { return g->code; }