diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2009-09-09 21:50:42 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2009-09-09 21:50:42 +0200 |
commit | 93fbf85741829968709ed17290ac5258eaee55d0 (patch) | |
tree | 23079ebfe511d345572cfeee65407df2eaae5c15 /gcc/ChangeLog | |
parent | c13e029be40bf6d2203c11dfdd79e3fd6625a102 (diff) | |
download | gcc-93fbf85741829968709ed17290ac5258eaee55d0.zip gcc-93fbf85741829968709ed17290ac5258eaee55d0.tar.gz gcc-93fbf85741829968709ed17290ac5258eaee55d0.tar.bz2 |
rs6000.md (bswapdi2_64bit): Fix unnecessarily stringent constraints.
2009-09-08 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.md (bswapdi2_64bit): Fix
unnecessarily stringent constraints. Fix address
calculation in the splitters.
From-SVN: r151575
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61522ed..43f4870 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-09-09 Segher Boessenkool <segher@kernel.crashing.org> + + * config/rs6000/rs6000.md (bswapdi2_64bit): Fix + unnecessarily stringent constraints. Fix address + calculation in the splitters. + 2009-09-09 Uros Bizjak <ubizjak@gmail.com> PR rtl-optimization/39779 |