diff options
Diffstat (limited to 'gcc/tree-if-conv.h')
-rw-r--r-- | gcc/tree-if-conv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.h b/gcc/tree-if-conv.h index c136ebb..a83380b 100644 --- a/gcc/tree-if-conv.h +++ b/gcc/tree-if-conv.h @@ -19,6 +19,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_TREE_IF_CONV_H #define GCC_TREE_IF_CONV_H -unsigned int tree_if_conversion (struct loop *, vec<gimple *> * = NULL); +unsigned int tree_if_conversion (class loop *, vec<gimple *> * = NULL); #endif /* GCC_TREE_IF_CONV_H */ |