gah, this + return true; + if (TREE_CODE (t1) != SSA_NAME)
should of course be like this + if (TREE_CODE (t1) != SSA_NAME) + return true; in the last patch.
gah, this + return true; + if (TREE_CODE (t1) != SSA_NAME)
should of course be like this + if (TREE_CODE (t1) != SSA_NAME) + return true; in the last patch.