This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/44326] NONDEBUG_INSN_P should be used in implicit-zee.c



------- Comment #1 from hjl at gcc dot gnu dot org  2010-06-25 15:33 -------
Subject: Bug 44326

Author: hjl
Date: Fri Jun 25 15:33:21 2010
New Revision: 161389

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161389
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/implicit-zee.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44326


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]