fix for PR 39955

From-SVN: r147021
This commit is contained in:
Michael Matz 2009-04-30 21:59:49 +00:00 committed by Michael Meissner
parent b65d674492
commit 48f5b722f8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-04-30 Michael Matz <matz@suse.de>
PR tree-optimization/39955
* config/rs6000/rs6000.c (rs6000_check_sdmode): Also check SSA_NAMEs.
2009-04-30 Dave Korn <dave.korn.cygwin@gmail.com>
* ira.c (setup_cover_and_important_classes): Use safe macro

View File

@ -11545,6 +11545,7 @@ rs6000_check_sdmode (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
case PARM_DECL:
case FIELD_DECL:
case RESULT_DECL:
case SSA_NAME:
case REAL_CST:
case INDIRECT_REF:
case ALIGN_INDIRECT_REF: