IRA: Don't create new regs for debug insns (PR80429)
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 19 Apr 2017 10:03:35 +0000 (12:03 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 19 Apr 2017 10:03:35 +0000 (12:03 +0200)
commitfd1ca3fe77e7cde6a8aa3ffdb833bf9a8b2b9974
treeed30e131f24424977c1465b09f63eba83bc303bc
parent46928a8fda6ed2673ab4eb598060f03278d87af4
IRA: Don't create new regs for debug insns (PR80429)

In split_live_ranges_for_shrink_wrap IRA also splits regs that are
only used in debug insns, leading to -fcompare-debug failures.

PR rtl-optimization/80429
* ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
are only used in debug insns.

From-SVN: r246991
gcc/ChangeLog
gcc/ira.c