tree-cfg.c (verify_expr_no_block): New function.
authorRichard Biener <rguenther@suse.de>
Thu, 21 Mar 2013 11:54:27 +0000 (11:54 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 21 Mar 2013 11:54:27 +0000 (11:54 +0000)
commit50d4421cb29f3d9bc1fd5b06dbde5b19b82a14e3
tree11ea563795934cef19ae37fdd0912fedd9a5b666
parent839b422f0838f87583907b8146e9fc7ad111cad0
tree-cfg.c (verify_expr_no_block): New function.

2013-03-21  Richard Biener  <rguenther@suse.de>

* tree-cfg.c (verify_expr_no_block): New function.
(verify_expr_location_1): Verify that neither DECL_DEBUG_EXPR
nor DECL_VALUE_EXPR have locations with associated blocks.
* tree-ssa-live.c (clear_unused_block_pointer_1): Remove.
(clear_unused_block_pointer): Remove code dealing with
blocks in DECL_DEBUG_EXPR locations.

From-SVN: r196865
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-ssa-live.c