]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
Insert memory clobbers before the code that pops variable arrays.
authorDale Johannesen <dalej@apple.com>
Wed, 14 Aug 2002 17:41:52 +0000 (17:41 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Wed, 14 Aug 2002 17:41:52 +0000 (17:41 +0000)
commit260f91c2927c3850919f8ebdcbc294cfbd04daa9
treeb89a47d1833a43c5e6808e162a723c626e81adbb
parent615d009f6d673f288348c4394d36da2fb0dbbcc8
Insert memory clobbers before the code that pops variable arrays.

This prevents the scheduler from moving references to the arrays
below the stack pop.

From-SVN: r56328
gcc/ChangeLog
gcc/doc/rtl.texi
gcc/explow.c
gcc/reload1.c