..., which was forgotten in recent r268844.
gcc/
* cif-code.def (CHKP): Remove.
From-SVN: r271029
2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
+ * cif-code.def (CHKP): Remove.
+
PR target/89221
* configure.ac (--enable-frame-pointer): Disable by default for
GNU systems.
/* 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"))