Fix typo.

From-SVN: r244102
This commit is contained in:
David Edelsohn 2017-01-05 08:22:57 -05:00
parent dc7650cc6d
commit abbaf88559
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
PR tree-optimizatin/78812 PR tree-optimizatin/78812
* rtl.h (contains_mem_rtx_p): Prototype. * rtl.h (contains_mem_rtx_p): Prototype.
* ifcvt.c (containts_mem_rtx_p): Move from here to... * ifcvt.c (containts_mem_rtx_p): Move from here to...
* rtlanal.c (contains_mem_rtx_p): Here and remvoe static linkage. * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
* gcse.c (prune_expressions): Use contains_mem_rtx_p to discover * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning