------- Comment #38 from steven at gcc dot gnu dot org 2006-01-13 23:28 ------- s/which is not supposed to appear on trees/which is not supposed to appear on RTL/
The EDGE_{TRUE,FALSE}_VALUE flags are for tree-ssa only. On RTL they have no meaning. We should probably add a check for this in rtl_verify_flow_info for this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626