diff options
Diffstat (limited to 'gcc/stack-ptr-mod.c')
-rw-r--r-- | gcc/stack-ptr-mod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c index ea83875..9800d99 100644 --- a/gcc/stack-ptr-mod.c +++ b/gcc/stack-ptr-mod.c @@ -1,5 +1,5 @@ /* Discover if the stack pointer is modified in a function. - Copyright (C) 2007, 2008 + Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GCC. @@ -101,7 +101,7 @@ struct rtl_opt_pass pass_stack_ptr_mod = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_NONE, /* tv_id */ 0, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ |