summaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-04 15:17:24 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-04 15:17:24 +0000
commit8b5e99f041c643a6f7c5ae3cc7f8a7540fb75c37 (patch)
tree679946680850a5081af0b26b18b97b4f8a22ee17 /gcc/ipa-split.c
parent87590dd0a1b0aeb50000f36fb2362e685c5d192e (diff)
downloadgcc-8b5e99f041c643a6f7c5ae3cc7f8a7540fb75c37.tar.gz
2010-11-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46068 * ipa-split.c (consider_split): Remove gcc_unreachable. * gcc.dg/torture/pr46068.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166315 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r--gcc/ipa-split.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c
index 23882b2f8a6..e46d270ec7e 100644
--- a/gcc/ipa-split.c
+++ b/gcc/ipa-split.c
@@ -310,7 +310,6 @@ consider_split (struct split_point *current, bitmap non_ssa_vars,
{
if (dump_file && (dump_flags & TDF_DETAILS))
fprintf (dump_file, " Refused: header empty\n");
- gcc_unreachable ();
return;
}