diff options
Diffstat (limited to 'gcc/recog.h')
-rw-r--r-- | gcc/recog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index cdc438c..a7e22e6 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -50,7 +50,8 @@ struct operand_alternative /* Nonzero if '&' was found in the constraint string. */ unsigned int earlyclobber:1; - /* Nonzero if 'm' was found in the constraint string. */ + /* Nonzero if TARGET_MEM_CONSTRAINT was found in the constraint + string. */ unsigned int memory_ok:1; /* Nonzero if 'o' was found in the constraint string. */ unsigned int offmem_ok:1; |