diff options
author | Wei Wentao <weiwt.fnst@cn.fujitsu.com> | 2020-08-25 11:41:24 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2020-08-25 11:41:24 +0100 |
commit | 26ea069ec02f15593ff35cf1d5b6056c1c17e4f4 (patch) | |
tree | 7b49b98c187e2b1acb84d67b41ae2956e41397a2 /gcc | |
parent | a0b4e42af26a85da2698e573ac8e32fa0a5709d6 (diff) | |
download | gcc-26ea069ec02f15593ff35cf1d5b6056c1c17e4f4.zip gcc-26ea069ec02f15593ff35cf1d5b6056c1c17e4f4.tar.gz gcc-26ea069ec02f15593ff35cf1d5b6056c1c17e4f4.tar.bz2 |
Fix a typo in rtl.def
gcc/
* rtl.def: Fix typo in comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rtl.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index 9754333..7ec94a9 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. */ |