diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2020-06-17 07:50:57 -0400 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2020-06-17 07:50:57 -0400 |
commit | b9e67f2840ce0d8859d96e7f8df8fe9584af5eba (patch) | |
tree | ed3b7284ff15c802583f6409b9c71b3739642d15 /gcc/read-rtl-function.c | |
parent | 1957047ed1c94bf17cf993a2b1866965f493ba87 (diff) | |
parent | 56638b9b1853666f575928f8baf17f70e4ed3517 (diff) | |
download | gcc-b9e67f2840ce0d8859d96e7f8df8fe9584af5eba.zip gcc-b9e67f2840ce0d8859d96e7f8df8fe9584af5eba.tar.gz gcc-b9e67f2840ce0d8859d96e7f8df8fe9584af5eba.tar.bz2 |
Merge from trunk at:
commit 56638b9b1853666f575928f8baf17f70e4ed3517
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Wed Jun 17 00:16:36 2020 +0000
Daily bump.
Diffstat (limited to 'gcc/read-rtl-function.c')
-rw-r--r-- | gcc/read-rtl-function.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/read-rtl-function.c b/gcc/read-rtl-function.c index 3cf5200..3379d64 100644 --- a/gcc/read-rtl-function.c +++ b/gcc/read-rtl-function.c @@ -532,7 +532,7 @@ function_reader::create_function () } -/* Look within the the params of FNDECL for a param named NAME. +/* Look within the params of FNDECL for a param named NAME. Return NULL_TREE if one isn't found. */ static tree @@ -969,7 +969,7 @@ function_reader::read_rtx_operand_u (rtx x, int idx) /* Read a name, looking for a match against a string found in array STRINGS of size NUM_VALUES. - Return the index of the the matched string, or emit an error. */ + Return the index of the matched string, or emit an error. */ int function_reader::parse_enum_value (int num_values, const char *const *strings) @@ -1611,7 +1611,7 @@ function_reader::apply_fixups () } /* Given a UID value, try to locate a pointer to the corresponding - rtx_insn *, or NULL if if can't be found. */ + rtx_insn *, or NULL if it can't be found. */ rtx_insn ** function_reader::get_insn_by_uid (int uid) |