diff options
author | Eric Christopher <echristo@apple.com> | 2007-09-14 00:06:00 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2007-09-14 00:06:00 +0000 |
commit | 8660aaae7a1320536235fcb7b867a1fa1c76c9aa (patch) | |
tree | cc38c4b48945a34b4bb6c69e482e23494c7f086e /gcc/config | |
parent | 46c2514e82bf5f6ed45ef6ac8b123c9283bf8d6a (diff) | |
download | gcc-8660aaae7a1320536235fcb7b867a1fa1c76c9aa.zip gcc-8660aaae7a1320536235fcb7b867a1fa1c76c9aa.tar.gz gcc-8660aaae7a1320536235fcb7b867a1fa1c76c9aa.tar.bz2 |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 0ec93f3..0d46436 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -6384,7 +6384,7 @@ ix86_expand_prologue (void) insn = emit_insn (gen_set_got (pic_offset_table_rtx)); } - /* Prevent function calls from be scheduled before the call to mcount. + /* Prevent function calls from being scheduled before the call to mcount. In the pic_reg_used case, make sure that the got load isn't deleted. */ if (current_function_profile) { |