tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.
authorRichard Guenther <rguenther@suse.de>
Mon, 5 Dec 2011 11:05:24 +0000 (11:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 5 Dec 2011 11:05:24 +0000 (11:05 +0000)
commitbc590dfb1f79493f63eafd5604d4c5d1ef2fb974
tree0f669ecf9342c04f96e8d458fdd867ca990946be
parent76264f602ae32ac6fea5e80ac0098d07b40fe4ab
tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names.

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.

From-SVN: r182007
gcc/ChangeLog
gcc/tree-ssa-operands.c
gcc/tree-ssa-operands.h
gcc/tree-ssa.c