]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (ix86_decompose_address): Prevent %fs:(%reg) addresses only when %reg is not...
authorUros Bizjak <ubizjak@gmail.com>
Tue, 13 Mar 2012 10:35:19 +0000 (11:35 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 13 Mar 2012 10:35:19 +0000 (11:35 +0100)
commit9ec960239680726720385bcb82725d0c14204546
tree9e2a04181ded7407cc5f7f845d66e02e07936de8
parentd47657bd1dff3050fceaf1c755db4c47a536bd36
i386.c (ix86_decompose_address): Prevent %fs:(%reg) addresses only when %reg is not in word mode.

* config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)
addresses only when %reg is not in word mode.

From-SVN: r185327
gcc/ChangeLog
gcc/config/i386/i386.c