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
+2019-10-27 Eric Botcazou <ebotcazou@adacore.com>
+
+ * cgraph.c (cgraph_node::rtl_info): Fix cut&pasto in comment.
+ * cgraph.h (cgraph_node::rtl_info): Likewise.
+
2019-10-27 Jan Hubicka <hubicka@ucw.cz>
* ipa-cp.c (propagate_constants_across_call): If args are not available
return &node->ultimate_alias_target ()->local;
}
-/* Return local info for the compiled function. */
+/* Return RTL info for the compiled function. */
cgraph_rtl_info *
cgraph_node::rtl_info (const_tree decl)
/* 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.