re PR target/64833 ([SH]: Error: pcrel too far when compiling imagemagick and graphic...
[gcc.git] / gcc / gimple-match.h
index 571d5fd311e1c51853094b33d628a4abcc5ba025..f9e351754844ca3cac6c1e9b965e9bc4e5d90c80 100644 (file)
@@ -1,6 +1,6 @@
 /* Gimple simplify definitions.
 
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2015 Free Software Foundation, Inc.
    Contributed by Richard Guenther <rguenther@suse.de>
 
 This file is part of GCC.
@@ -41,7 +41,7 @@ private:
 };
 
 bool gimple_simplify (gimple, code_helper *, tree *, gimple_seq *,
-                     tree (*)(tree));
+                     tree (*)(tree), tree (*)(tree));
 tree maybe_push_res_to_seq (code_helper, tree, tree *,
                            gimple_seq *, tree res = NULL_TREE);
 void maybe_build_generic_op (enum tree_code, tree, tree *, tree, tree);