]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Clean up MPX-related stuff: CIF_CHKP
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 9 May 2019 09:52:53 +0000 (11:52 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 9 May 2019 09:52:53 +0000 (11:52 +0200)
..., which was forgotten in recent r268844.

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

trunk r271029

From-SVN: r271030

gcc/ChangeLog
gcc/cif-code.def

index b7791f10e3ca093a41991603a112d2e9740a6dbd..3d66d8e4df48744e6fc204d78a185a338ae0db98 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 0fabfebca1cd431301615e19058ea58e8e2e9945..cee16cf7cb703ad236bbd9b61d3a92fa5f7a651a 100644 (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"))