diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2020-12-02 04:28:26 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2020-12-02 04:28:26 +0000 |
commit | 4bdf1e53a8111312639b3a2f140bae4206f3a8aa (patch) | |
tree | 7dfff9cd86ed0410740b0d0350caeda55ca5296d /gcc | |
parent | eacc335bf91640b413066b5f5803f5964b2b2c99 (diff) | |
download | gcc-4bdf1e53a8111312639b3a2f140bae4206f3a8aa.zip gcc-4bdf1e53a8111312639b3a2f140bae4206f3a8aa.tar.gz gcc-4bdf1e53a8111312639b3a2f140bae4206f3a8aa.tar.bz2 |
loop-iv: Fix typo in `iv_analyze_expr' description
gcc/
* loop-iv.c: Fix a typo, s/bu/by/, in the `iv_analyze_expr'
description in the introduction.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/loop-iv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index d7b3d90..9f266e2 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see iv_analyze_result (insn, def, iv): Stores to IV the description of the iv corresponding to DEF, which is a register defined in INSN. iv_analyze_expr (insn, mode, expr, iv): Stores to IV the description of iv - corresponding to expression EXPR evaluated at INSN. All registers used bu + corresponding to expression EXPR evaluated at INSN. All registers used by EXPR must also be used in INSN. MODE is the mode of EXPR. */ |