]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgcleanup.c
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
[thirdparty/gcc.git] / gcc / cfgcleanup.c
index 9029b5fb850be79a72d60bbad11217ddf0891a3f..3cde9b27ab8781bd5a720e064d73332073bbacff 100644 (file)
@@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
    cleanup_cfg.  Following optimizations are performed:
 
    - Unreachable blocks removal
-   - Edge forwarding (edge to the forwarder block is forwarded to it's
+   - Edge forwarding (edge to the forwarder block is forwarded to its
      successor.  Simplification of the branch instruction is performed by
      underlying infrastructure so branch can be converted to simplejump or
      eliminated).