]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fold-const.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / fold-const.c
index ce2c4690d61db526d95ccad1c70598999ae66515..c140c62856bb65be5cb9a589b81b2787f1e791aa 100644 (file)
@@ -238,7 +238,7 @@ fold_defer_overflow_warnings (void)
    deferred code.  */
 
 void
-fold_undefer_overflow_warnings (bool issue, const_gimple stmt, int code)
+fold_undefer_overflow_warnings (bool issue, const gimple *stmt, int code)
 {
   const char *warnmsg;
   location_t locus;