From 1b42c3b6cd13c0cd80f878d7a011489a3403d016 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Tue, 7 Jul 2020 17:07:54 -0400 Subject: [PATCH 288/315] FIXME: update comment --- gcc/analyzer/region-model2.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/analyzer/region-model2.cc b/gcc/analyzer/region-model2.cc index e36d15e905c..47682e31cac 100644 --- a/gcc/analyzer/region-model2.cc +++ b/gcc/analyzer/region-model2.cc @@ -4977,7 +4977,9 @@ region_model2::on_call_pre (const gcall *call, region_model2_context *ctxt) call_details cd (call, this, ctxt); /* The various impl_call_* member functions are implemented - in region-model2-impl-calls.cc. */ + in region-model2-impl-calls.cc. + Having them split out into separate functions makes it easier + to put breakpoints on the handling of specific functions. */ /* FIXME: should we be returning bools from these, or dropping through? -- 2.26.2