PR tree-optimization/45612
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 2010 12:15:31 +0000 (12:15 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Oct 2010 12:15:31 +0000 (12:15 +0000)
commit2dc0a33e89b15b9d3c1eb07104f6d812210775f9
tree54b0e306a9a4059e91a6c893c69b1893ec2efc72
parentdc7e8ee74d6bfb98e34619dc4877d95097fcc7d6
PR tree-optimization/45612
* ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
Test LABEL_DECLs as well.  Fix formatting issues.
(verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
whose label is present in NON_SSA_VARS.
(mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
as well.  Fix formatting issues.
(visit_bb): Fix typos and formatting issue.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165221 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-split.c