diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 56f9a3f..9e04bd8 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -444,7 +444,7 @@ memory_address (enum machine_mode mode, rtx x) x = convert_memory_address (Pmode, x); - /* By passing constant addresses thru registers + /* By passing constant addresses through registers we get a chance to cse them. */ if (! cse_not_expected && CONSTANT_P (x) && CONSTANT_ADDRESS_P (x)) x = force_reg (Pmode, x); |