diff options
-rw-r--r-- | gcc/alias.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index 5080822..0b5989c 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -216,7 +216,8 @@ find_base_value (src) register N has been set in this function. */ static char *reg_seen; -/* */ +/* Addresses which are known not to alias anything else are identified + by a unique integer. */ static int unique_id; static void |