IA MCU psABI support: changes to libraries
[gcc.git] / gcc / gimple-low.h
index b66de2ef2c2cf25a120c90b5be82298461ad0306..fb9d8fd141196de827b2fc491fa733a52475af2e 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for gimple lowering pass.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,7 +20,6 @@ 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_seq_may_fallthru (gimple_seq);
 extern void record_vars_into (tree, tree);