]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/analyzer/call-info.h
analyzer: fix ICE in call summarization [PR114159]
[thirdparty/gcc.git] / gcc / analyzer / call-info.h
index 9815b4141c348e03eb11e2f94c4e7c58f850b3b6..17d5fdfec735d85afb3c9c99ed8069a057f47474 100644 (file)
@@ -44,6 +44,7 @@ public:
 
 protected:
   call_info (const call_details &cd);
+  call_info (const call_details &cd, const function &called_fn);
 
 private:
   const gcall *m_call_stmt;