diff options
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 29877180b7d..a7445cddda6 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -160,6 +160,6 @@ extern struct tree_opt_pass pass_rename_ssa_copies; extern struct tree_opt_pass pass_expand; extern struct tree_opt_pass pass_rest_of_compilation; extern struct tree_opt_pass pass_fre; - +extern struct tree_opt_pass pass_linear_transform; #endif /* GCC_TREE_PASS_H */ |