re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-loop-im.c:219)

2005-06-17  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/22105
        * tree-ssa-loop-im.c (for_each_index): Handle COMPLEX_CST.

From-SVN: r101137
This commit is contained in:
Andrew Pinski 2005-06-17 21:33:51 +00:00 committed by Andrew Pinski
parent 914f255749
commit 33674347e5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-06-17 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/22105
* tree-ssa-loop-im.c (for_each_index): Handle COMPLEX_CST.
2005-06-17 Steve Ellcey <sje@cup.hp.com>
PR target/19889

View File

@ -202,6 +202,7 @@ for_each_index (tree *addr_p, bool (*cbck) (tree, tree *, void *), void *data)
case STRING_CST:
case RESULT_DECL:
case VECTOR_CST:
case COMPLEX_CST:
return true;
case TARGET_MEM_REF: