------- Comment #2 from jakub at gcc dot gnu dot org 2010-03-12 08:40 ------- What kind of dependencies? The routine just calls one another routinem so all you need is find out what arguments it is called with, write a small wrapper that calls it with those arguments, and write a dummy rotint that fills in the pre-computed arguments that haven't been passed to the whole routine.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43340