Clean up MPX-related stuff: CIF_CHKP

..., which was forgotten in recent r268844.

	gcc/
	* cif-code.def (CHKP): Remove.

From-SVN: r271029
This commit is contained in:
Thomas Schwinge 2019-05-09 11:52:10 +02:00 committed by Thomas Schwinge
parent 7d48b7adad
commit 8de916aa94
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
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.

View File

@ -141,7 +141,3 @@ DEFCIFCODE(EXTERN_LIVE_ONLY_STATIC, CIF_FINAL_ERROR,
/* 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"))