]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimple-low.h
PR c++/87554 - ICE with extern template and reference member.
[thirdparty/gcc.git] / gcc / gimple-low.h
index b66de2ef2c2cf25a120c90b5be82298461ad0306..89317c9bfd7f1899db229bd50050cbbd9a908b0f 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for gimple lowering pass.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2019 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,8 +20,7 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_GIMPLE_LOW_H
 #define GCC_GIMPLE_LOW_H
 
-extern bool gimple_check_call_matching_types (gimple, tree, bool);
-extern bool gimple_stmt_may_fallthru (gimple);
+extern bool gimple_stmt_may_fallthru (gimple *);
 extern bool gimple_seq_may_fallthru (gimple_seq);
 extern void record_vars_into (tree, tree);
 extern void record_vars (tree);