diff options
Diffstat (limited to 'gcc/ccmp.h')
-rw-r--r-- | gcc/ccmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ccmp.h b/gcc/ccmp.h index 7c138d0bd79..c00eb6dabc8 100644 --- a/gcc/ccmp.h +++ b/gcc/ccmp.h @@ -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 *); #endif /* GCC_CCMP_H */ |