aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/cif-code.def4
2 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ea96146..7df4ae6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/cif-code.def b/gcc/cif-code.def
index 0fabfeb..cee16cf 100644
--- a/gcc/cif-code.def
+++ b/gcc/cif-code.def
@@ -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"))