Commit 6d119d8f by Mingjie Xing Committed by Mingjie Xing

Fix typo in the comment.

From-SVN: r166927
parent b0210d00
2010-11-19 Mingjie Xing <mingjie.xing@gmail.com>
* resource.h (struct resources): Fix typo in the comment.
2010-11-19 Uros Bizjak <ubizjak@gmail.com>
PR target/46546
......@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
struct resources
{
char memory; /* Insn sets or needs a memory location. */
char unch_memory; /* Insn sets of needs a "unchanging" MEM. */
char unch_memory; /* Insn sets or needs an "unchanging" MEM. */
char volatil; /* Insn sets or needs a volatile memory loc. */
char cc; /* Insn sets or needs the condition codes. */
HARD_REG_SET regs; /* Which registers are set or needed. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment