Skip to content

Commit e7c12a9

Browse files
ira: Fix create_insn_allocnos' outer' parameter documentation
The parameter of `create_insn_allocnos' for any parent expression of `x' has always been called `outer' rather than `parent', just as added by commit d1bb282 ("Fix for "FAIL: tmpdir-gcc.dg-struct-layout-1/t028 c_compat_x_tst.o compile, (internal compiler error)""), <https://gcc.gnu.org/ml/gcc-patches/2014-09/msg02611.html>. Correct inline documentation accordingly. gcc/ * ira-build.cc (create_insn_allocnos): Fix documentation.
1 parent 2044cf2 commit e7c12a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/ira-build.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ static basic_block curr_bb;
18321832

18331833
/* This recursive function creates allocnos corresponding to
18341834
pseudo-registers containing in X. True OUTPUT_P means that X is
1835-
an lvalue. PARENT corresponds to the parent expression of X. */
1835+
an lvalue. OUTER corresponds to the parent expression of X. */
18361836
static void
18371837
create_insn_allocnos (rtx x, rtx outer, bool output_p)
18381838
{

0 commit comments

Comments
 (0)