diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index b06a802..b82523d 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -243,7 +243,7 @@ typedef struct immediate_use_iterator_d } imm_use_iterator; -/* Use this iterator when simply looking at stmts. Adding, deleteing or +/* Use this iterator when simply looking at stmts. Adding, deleting or modifying stmts will cause this iterator to malfunction. */ #define FOR_EACH_IMM_USE_FAST(DEST, ITER, SSAVAR) \ |