diff options
Diffstat (limited to 'gcc/resource.h')
-rw-r--r-- | gcc/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/resource.h b/gcc/resource.h index f746dbd50f4..fc2330c8e15 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA do { (RES)->memory = (RES)->unch_memory = (RES)->volatil = (RES)->cc = 0; \ CLEAR_HARD_REG_SET ((RES)->regs); } while (0) -/* The resources used by a given insn. */ +/* The resources used by a given insn. */ struct resources { char memory; /* Insn sets or needs a memory location. */ |