This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

removing a statement from SSA representation


Hi,
     I tried to remove some statements using functions
bsi_remove(&bsi) and remove_phi_node(phi,temp) at SSA
level.


Are those functions will take care of everything??
ie)Will they update all information like number of
statements in a basic-bolck....etc.

Or any other thing should be done while calling those
functions??

Thanks in advance.




      ___________________________________________________________ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  http://uk.promotions.yahoo.com/forgood/environment.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]