Commit 47c0c7d7 by Dale Johannesen Committed by Dale Johannesen

tree.c (cp_tree_equal): Handle SSA_NAME.

2005-03-18  Dale Johannese  <dalej@apple.com>

        * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.

From-SVN: r96938
parent 9be09bbc
2005-03-18 Dale Johannese <dalej@apple.com>
* cp/tree.c (cp_tree_equal): Handle SSA_NAME.
2005-03-23 Daniel Berlin <dberlin@dberlin.org> 2005-03-23 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/20601 Fix PR tree-optimization/20601
......
...@@ -1459,6 +1459,7 @@ cp_tree_equal (tree t1, tree t2) ...@@ -1459,6 +1459,7 @@ cp_tree_equal (tree t1, tree t2)
case FUNCTION_DECL: case FUNCTION_DECL:
case TEMPLATE_DECL: case TEMPLATE_DECL:
case IDENTIFIER_NODE: case IDENTIFIER_NODE:
case SSA_NAME:
return false; return false;
case BASELINK: case BASELINK:
......
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