How to add a new pass for reda in gcc-4.3.0
- Add
-freda
in common.opt
- Add
flag_reda
in flag.h
- Set
flag_reda
in opts.c
- Create
reda.c
and define the new pass
- Add the extern declaration for the new pass in
tree_pass.h
- Add the new pass in
passes.c
--
XiaomingGu - 18 Mar 2008
This topic: Main
> AddNewPassInGcc430
Topic revision: r1 - 2008-03-18 - XiaomingGu