Commit 33674347 by Andrew Pinski Committed by Andrew Pinski

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
parent 914f2557
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
......
......@@ -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:
......
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