2011-12-05 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Dec 2011 11:05:24 +0000 (11:05 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Dec 2011 11:05:24 +0000 (11:05 +0000)
commit85f3d834128261f21fcae4b47c70d8eff569e569
tree0f669ecf9342c04f96e8d458fdd867ca990946be
parentdc1a3c2ec40fc8ca37f16a61e7ce76c14c803a5e
2011-12-05  Richard Guenther  <rguenther@suse.de>

* tree-ssa.c (verify_ssa): Verify SSA names in the loop
over all SSA names.  Remove SSA operand checking, call
verify_ssa_operands.
* tree-ssa-operands.h (verify_ssa_operands): Declare.
* tree-ssa-operands.c (verify_ssa_operands): New function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182007 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-operands.c
gcc/tree-ssa-operands.h
gcc/tree-ssa.c