]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dse.cc
dse.c (find_shift_sequence): New function.
authorEric Christopher <echristo@apple.com>
Fri, 14 Sep 2007 00:06:00 +0000 (00:06 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Fri, 14 Sep 2007 00:06:00 +0000 (00:06 +0000)
commit8660aaae7a1320536235fcb7b867a1fa1c76c9aa
treecc38c4b48945a34b4bb6c69e482e23494c7f086e
parent46c2514e82bf5f6ed45ef6ac8b123c9283bf8d6a
dse.c (find_shift_sequence): New function.

2007-09-13  Eric Christopher  <echristo@apple.com>
    Kenneth Zadeck <zadeck@naturalbridge.com>

* dse.c (find_shift_sequence): New function.
(replace_read): Add case to remove read if it requires shift.
* config/i386/i386.c (ix86_expand_prologue): Fixed typo in comment.

Co-Authored-By: Kenneth Zadeck <zadeck@naturalbridge.com>
From-SVN: r128481
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/dse.c