projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b4e42
)
Fix a typo in rtl.def
author
Wei Wentao
<weiwt.fnst@cn.fujitsu.com>
Tue, 25 Aug 2020 10:41:24 +0000
(11:41 +0100)
committer
Richard Sandiford
<richard.sandiford@arm.com>
Tue, 25 Aug 2020 10:41:24 +0000
(11:41 +0100)
gcc/
* rtl.def: Fix typo in comment.
gcc/rtl.def
patch
|
blob
|
history
diff --git
a/gcc/rtl.def
b/gcc/rtl.def
index 9754333eafbaa6bff50b9904df9dfd1ecaaa9e25..7ec94a95105f420b76c9844f0f1e1d49a4404fb2 100644
(file)
--- 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
- th
a
n a hardware register is being referred to. The second operand
+ th
e
n 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. */