diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2015-07-25 01:28:21 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2015-07-24 21:28:21 -0400 |
commit | 64d7fb90be5b6aba8ae99e3510faec8d73df879e (patch) | |
tree | dbdb2c3fec9b247df8cbdbf94a7a9569a539909f /gcc/explow.h | |
parent | a406c8ce3f42685e53d8ade8ea4920b26f839ada (diff) | |
download | gcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.zip gcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.tar.gz gcc-64d7fb90be5b6aba8ae99e3510faec8d73df879e.tar.bz2 |
Revert:
2015-07-23 Alexandre Oliva <aoliva@redhat.com>
From-SVN: r226202
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); |