public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8193] Deprecate gimple-builder.h API
@ 2021-04-15 11:44 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-04-15 11:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ddcf111d0554c0cd4f80c1ce033af0304f8ff024

commit r11-8193-gddcf111d0554c0cd4f80c1ce033af0304f8ff024
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Apr 15 12:57:00 2021 +0200

    Deprecate gimple-builder.h API
    
    This adds a deprecation note to the undocumented gimple-builder.h
    API only used by asan and sancov.
    
    2021-04-15  Richard Biener  <rguenther@suse.de>
    
            * gimple-builder.h: Add deprecation note.

Diff:
---
 gcc/gimple-builder.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/gimple-builder.h b/gcc/gimple-builder.h
index 61cf08c8dcb..ae273ce9041 100644
--- a/gcc/gimple-builder.h
+++ b/gcc/gimple-builder.h
@@ -21,6 +21,8 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_BUILDER_H
 #define GCC_GIMPLE_BUILDER_H
 
+/* ???  This API is legacy and should not be used in new code.  */
+
 gassign *build_assign (enum tree_code, tree, int, tree lhs = NULL_TREE);
 gassign *build_assign (enum tree_code, gimple *, int, tree lhs = NULL_TREE);
 gassign *build_assign (enum tree_code, tree, tree, tree lhs = NULL_TREE);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 11:44 [gcc r11-8193] Deprecate gimple-builder.h API Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).