..., which was forgotten in recent r268844.
gcc/
* cif-code.def (CHKP): Remove.
trunk r271029
From-SVN: r271030
+2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
+
+ * cif-code.def (CHKP): Remove.
+
2019-05-07 Kelvin Nilsen <kelvin@gcc.gnu.org>
Backport from mainline.
/* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable"))
-
-/* We can't inline because of instrumentation thunk. */
-DEFCIFCODE(CHKP, CIF_FINAL_ERROR,
- N_("caller is instrumentation thunk"))