rs6000.c (rs6000_gimplify_va_arg): If STRICT_ALIGNMENT and the type is more aligned...
authorJoseph Myers <joseph@codesourcery.com>
Wed, 29 Nov 2006 12:49:06 +0000 (12:49 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 29 Nov 2006 12:49:06 +0000 (12:49 +0000)
commit0cfbc62b0b8697c3e248295cd076e91cd890926c
treee3922f13fa1650a768e0fee5da12de4852a58708
parente969dbde29bfd396259357aa54a54f38f09ff593
rs6000.c (rs6000_gimplify_va_arg): If STRICT_ALIGNMENT and the type is more aligned than the saved registers...

* config/rs6000/rs6000.c (rs6000_gimplify_va_arg): If
STRICT_ALIGNMENT and the type is more aligned than the saved
registers, copy via a temporary.

From-SVN: r119307
gcc/ChangeLog
gcc/config/rs6000/rs6000.c