*参照元 [#c2cfbdf4] #backlinks *説明 [#ucb76095] -パス: [[gcc-8.3/gcc/]] -パス: [[gcc-8.3/gcc/lra-eliminations.c]] -FIXME: これは何? --説明 **参考 [#ja0cf6c9] -初期化 --[[gcc-8.3/gcc/init_elim_table()]] *実装 [#w7610a3a] /* The elimination table. Each array entry describes one possible way of eliminating a register in favor of another. If there is more than one way of eliminating a particular register, the most preferred should be specified first. */ static struct lra_elim_table *reg_eliminate = 0; - --[[gcc-8.3/gcc/lra_elim_table]] *コメント [#o91a9dcf]