summaryrefslogtreecommitdiff
path: root/gcc/implicit-zee.c
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-25 15:33:21 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-25 15:33:21 +0000
commit2194737c50f72655cb0d098b010840c14a2c40fc (patch)
tree62759bb747943d787df9fafb3e92b4715fac9641 /gcc/implicit-zee.c
parent8b68ef1b2beac3530e2048e5f397b9697887962f (diff)
downloadgcc-2194737c50f72655cb0d098b010840c14a2c40fc.tar.gz
Don't search DEBUG_INSNs for removable zero extends.
2010-06-25 H.J. Lu <hongjiu.lu@intel.com> PR rtl-optimization/44326 * implicit-zee.c (find_removable_zero_extends): Replace INSN_P with NONDEBUG_INSN_P. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/implicit-zee.c')
-rw-r--r--gcc/implicit-zee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/implicit-zee.c b/gcc/implicit-zee.c
index 3344d7f8af2..46029cdac38 100644
--- a/gcc/implicit-zee.c
+++ b/gcc/implicit-zee.c
@@ -858,7 +858,7 @@ find_removable_zero_extends (void)
{
FOR_BB_INSNS (curr_block, curr_insn)
{
- if (!INSN_P (curr_insn))
+ if (!NONDEBUG_INSN_P (curr_insn))
continue;
type = for_each_rtx (&PATTERN (curr_insn),