ira.c
174 KB
-
ira: volatile asm's are not moveable (PR82602) · 9d0d0a5a
A volatile asm statement can not be moved (relative to other volatile asm, etc.), but IRA would do it nevertheless. This patch fixes it. PR rtl-optimization/82602 * ira.c (rtx_moveable_p): Return false for volatile asm. From-SVN: r253869
Segher Boessenkool committed