diff options
Diffstat (limited to 'gcc/explow.h')
-rw-r--r-- | gcc/explow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/explow.h b/gcc/explow.h index 52113db..94613de 100644 --- a/gcc/explow.h +++ b/gcc/explow.h @@ -57,9 +57,6 @@ extern machine_mode promote_mode (const_tree, machine_mode, int *); /* Return mode and signedness to use when object is promoted. */ machine_mode promote_decl_mode (const_tree, int *); -/* Return mode and signedness to use when object is promoted. */ -machine_mode promote_ssa_mode (const_tree, int *); - /* Remove some bytes from the stack. An rtx says how many. */ extern void adjust_stack (rtx); |