diff options
Diffstat (limited to 'gcc/tree-ssa-dom.h')
-rw-r--r-- | gcc/tree-ssa-dom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dom.h b/gcc/tree-ssa-dom.h index 7ecdaf10b2b..f1004db792b 100644 --- a/gcc/tree-ssa-dom.h +++ b/gcc/tree-ssa-dom.h @@ -20,6 +20,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_TREE_SSA_DOM_H #define GCC_TREE_SSA_DOM_H -extern bool simple_iv_increment_p (gimple); +extern bool simple_iv_increment_p (gimple *); #endif /* GCC_TREE_SSA_DOM_H */ |