aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-split.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-11-04 15:17:24 +0000
committerRichard Guenther <rguenther@suse.de>2010-11-04 15:17:24 +0000
commitd7a6d7c2b56db4a7b19d80a2b7da99768e1c9c13 (patch)
tree679946680850a5081af0b26b18b97b4f8a22ee17 /gcc/ipa-split.c
parent197853a5aa33f842c344e59607579b5de4f2c43c (diff)
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: https://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;
}