2016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>
* ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
From-SVN: r241883
+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>
* doc/invoke.texi (Warning Options): Correct typos in -Walloca
return set_to_bottom ();
}
- else if (code == NOP_EXPR)
- {
- adjusted_value = other.m_value;
- adjusted_mask = other.m_mask;
- }
-
else
return set_to_bottom ();