Commit a4480681 by Kazu Hirata Committed by Kazu Hirata

* jump.c (condjump_p): Remove unreachable code.

From-SVN: r90820
parent 26cae194
......@@ -3,6 +3,8 @@
* cfgrtl.c (rtl_verify_flow_info): Don't use INSN_P when
checking if an unconditional return is followed by a barrier.
* jump.c (condjump_p): Remove unreachable code.
2004-11-17 Jeff Law <law@redhat.com>
* tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.
......
......@@ -766,8 +766,6 @@ condjump_p (rtx insn)
|| (GET_CODE (XEXP (x, 1)) == PC
&& (GET_CODE (XEXP (x, 2)) == LABEL_REF
|| GET_CODE (XEXP (x, 2)) == RETURN))));
return 0;
}
/* Return nonzero if INSN is a (possibly) conditional jump inside a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment