From ef7361636dd922c9ae1f5d20b07d1f63e03d18d0 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sun, 27 Oct 2019 08:27:19 +0000 Subject: fix cgraph comment This comment cut&pasto fix was split out of another patch I'm about to contribute, as the current version of the patch no longer touches cgraph data structures. for gcc/ChangeLog * cgraph.c (cgraph_node::rtl_info): Fix cut&pasto in comment. * cgraph.h (cgraph_node::rtl_info): Likewise. From-SVN: r277485 --- gcc/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraph.h') diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 733d616..a7f357f 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1381,7 +1381,7 @@ struct GTY((tag ("SYMTAB_FUNCTION"))) cgraph_node : public symtab_node /* Return local info for the compiled function. */ static cgraph_local_info *local_info (tree decl); - /* Return local info for the compiled function. */ + /* Return RTL info for the compiled function. */ static struct cgraph_rtl_info *rtl_info (const_tree); /* Return the cgraph node that has ASMNAME for its DECL_ASSEMBLER_NAME. -- cgit v1.1