aboutsummaryrefslogtreecommitdiff
path: root/gcc/cif-code.def
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2019-05-09 11:52:10 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2019-05-09 11:52:10 +0200
commit8de916aa9440d506f8ba37dc0bf39dbe98a0f215 (patch)
treefc3718bb3c10ce19f1e5043b2740a83581a0943b /gcc/cif-code.def
parent7d48b7adadcd717a1da26a1b1def98601d767099 (diff)
downloadgcc-8de916aa9440d506f8ba37dc0bf39dbe98a0f215.zip
gcc-8de916aa9440d506f8ba37dc0bf39dbe98a0f215.tar.gz
gcc-8de916aa9440d506f8ba37dc0bf39dbe98a0f215.tar.bz2
Clean up MPX-related stuff: CIF_CHKP
..., which was forgotten in recent r268844. gcc/ * cif-code.def (CHKP): Remove. From-SVN: r271029
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r--gcc/cif-code.def4
1 files changed, 0 insertions, 4 deletions
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"))