Commit 0ddd4af5 by Kugan Vivekanandarajah Committed by Kugan Vivekanandarajah

ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.

2016-11-06  Kugan Vivekanandarajah  <kuganv@linaro.org>

	* ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.

From-SVN: r241883
parent f471c1e9
2016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>
* ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
2016-11-05 Martin Sebor <msebor@redhat.com> 2016-11-05 Martin Sebor <msebor@redhat.com>
* doc/invoke.texi (Warning Options): Correct typos in -Walloca * doc/invoke.texi (Warning Options): Correct typos in -Walloca
...@@ -1070,12 +1070,6 @@ ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision, ...@@ -1070,12 +1070,6 @@ ipcp_bits_lattice::meet_with (ipcp_bits_lattice& other, unsigned precision,
return set_to_bottom (); return set_to_bottom ();
} }
else if (code == NOP_EXPR)
{
adjusted_value = other.m_value;
adjusted_mask = other.m_mask;
}
else else
return set_to_bottom (); return set_to_bottom ();
......
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