From: Wei Wentao Date: Tue, 25 Aug 2020 10:41:24 +0000 (+0100) Subject: Fix a typo in rtl.def X-Git-Tag: basepoints/gcc-12~5420 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ea069ec02f15593ff35cf1d5b6056c1c17e4f4;p=thirdparty%2Fgcc.git Fix a typo in rtl.def gcc/ * rtl.def: Fix typo in comment. --- diff --git a/gcc/rtl.def b/gcc/rtl.def index 9754333eafba..7ec94a95105f 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -380,7 +380,7 @@ DEF_RTL_EXPR(PC, "pc", "", RTX_OBJ) /* A register. The "operand" is the register number, accessed with the REGNO macro. If this number is less than FIRST_PSEUDO_REGISTER - than a hardware register is being referred to. The second operand + then a hardware register is being referred to. The second operand points to a reg_attrs structure. This rtx needs to have as many (or more) fields as a MEM, since we can change REG rtx's into MEMs during reload. */