diff options
Diffstat (limited to 'gcc/dse.c')
-rw-r--r-- | gcc/dse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dse.c b/gcc/dse.c index 7a6bca2f8a9..339fb2df273 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -75,7 +75,7 @@ along with GCC; see the file COPYING3. If not see frame_pointer. * The third technique, (which is only done after register allocation) - processes the spill spill slots. This differs from the second + processes the spill slots. This differs from the second technique because it takes advantage of the fact that spilling is completely free from the effects of aliasing. |