From d71675a7dcf7c61ac455350a2d718d42452a9ec0 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Thu, 4 Feb 2021 11:51:57 -0800 Subject: [PATCH] remove pending maybe-reconsider-this comment --- src/script_opt/GenRDs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script_opt/GenRDs.cc b/src/script_opt/GenRDs.cc index f28ea48dbb..3400d4d470 100644 --- a/src/script_opt/GenRDs.cc +++ b/src/script_opt/GenRDs.cc @@ -975,7 +975,7 @@ TraversalCode RD_Decorate::PreExpr(const Expr* e) auto id_rt = id_e->GetType()->AsRecordType(); auto id_di = mgr.GetID_DI(id); - if ( ! id_di /*### && ! analysis_options.inliner */ ) + if ( ! id_di ) { printf("%s possibly used without definition\n", id->Name());