diff options
author | Jim Wilson <wilson@cygnus.com> | 1998-01-23 15:43:01 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1998-01-23 07:43:01 -0800 |
commit | 03566575a9ba0e7a40f4e2e24686aca147448e74 (patch) | |
tree | 7a3068a537cb8c36f904ad1377b49b1a9871766e /gcc/emit-rtl.c | |
parent | eb96c1209c036f7ae1e51e292c542d59878cf08a (diff) | |
download | gcc-03566575a9ba0e7a40f4e2e24686aca147448e74.zip gcc-03566575a9ba0e7a40f4e2e24686aca147448e74.tar.gz gcc-03566575a9ba0e7a40f4e2e24686aca147448e74.tar.bz2 |
Remove rest of bytecode stuff, except for the VMS *.com files.
* Makefile.in: Remove remaining bytecode stuff.
* emit-rtl.c, expr.c: Likewise.
From-SVN: r17459
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 3a2ba29..c20a9c3 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -53,8 +53,6 @@ Boston, MA 02111-1307, USA. */ #include "real.h" #include "obstack.h" -#include "machmode.h" - /* Commonly used modes. */ enum machine_mode byte_mode; /* Mode whose width is BITS_PER_UNIT. */ |