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
This commit is contained in:
parent
9be09bbc6d
commit
47c0c7d7eb
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
Fix PR tree-optimization/20601
|
||||
|
@ -1459,6 +1459,7 @@ cp_tree_equal (tree t1, tree t2)
|
||||
case FUNCTION_DECL:
|
||||
case TEMPLATE_DECL:
|
||||
case IDENTIFIER_NODE:
|
||||
case SSA_NAME:
|
||||
return false;
|
||||
|
||||
case BASELINK:
|
||||
|
Loading…
Reference in New Issue
Block a user