------- Comment #9 from irar at il dot ibm dot com 2007-10-09 12:49 ------- (In reply to comment #8) > If you use force_gimple_operand_bsi, it takes care of that itself.
Thanks! I will try to see if we can use it. The problem is we don't have a bsi, we insert those stmts using bsi_insert_on_edge_immediate on loop_preheader_edge. > If you e.g. use force_gimple_operand instead, you need to take care of > calling mark_symbols_for_renaming yourself. In order to do this, we will have to go through the statement list created by force_gimple_operand, and I am not sure that it's a good idea. Thanks, Ira -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33680