Commit 48f5b722 by Michael Matz Committed by Michael Meissner

fix for PR 39955

From-SVN: r147021
parent b65d6744
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
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment