]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ccmp.h
PR fortran/95090 - ICE: identifier overflow
[thirdparty/gcc.git] / gcc / ccmp.h
index c00eb6dabc86a6cd61bc39777f63a5cfe03c1fd0..199dd581da26e502d135cd50be7f563a6a503788 100644 (file)
@@ -1,5 +1,5 @@
 /* Conditional comapre related functions.
-   Copyright (C) 2014-2015 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -20,6 +20,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_CCMP_H
 #define GCC_CCMP_H
 
-extern rtx expand_ccmp_expr (gimple *);
+extern rtx expand_ccmp_expr (gimple *, machine_mode);
 
 #endif  /* GCC_CCMP_H  */