diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-01 16:50:46 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-01 16:50:46 +0000 |
commit | b6c53d98eae04da675c753252e110563a9b6e2ce (patch) | |
tree | e8b2fcb3b11f26872c1e68eba2b798b949f45c25 /gcc/c-gperf.h | |
parent | 78a0acd4cd876d24f43b600b20172f8cf0154a95 (diff) | |
download | gcc-b6c53d98eae04da675c753252e110563a9b6e2ce.tar.gz |
* i386.c (ix86_expand_move): Never add clobbers to move patterns.
* i386.md (movsi_xor): New.
(movsi_or): New.
(movsi_1, movhi_1, movqi_1): Remove.
(movsi_2): Rename to movsi_1.
(movhi_2): Rename to movhi_1.
(movqi_2): Rename to movqi_1.
(movdi_1): Remove; remove splitter.
(movdi_2): Rename to movdi_1.
(divmodsi4 splitter): Do not emit clobbers for move patterns.
(long move peep2): Do not create QI or HI mode mov0s
(mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-gperf.h')
-rw-r--r-- | gcc/c-gperf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-gperf.h b/gcc/c-gperf.h index 4d85b1bd8b1..504c200965e 100644 --- a/gcc/c-gperf.h +++ b/gcc/c-gperf.h @@ -1,4 +1,4 @@ -/* C code produced by gperf version 2.7.1 (19981006 egcs) */ +/* C code produced by gperf version 2.7 */ /* Command-line: gperf -L C -F , 0, 0 -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ ./c-parse.gperf */ /* Command-line: gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */ struct resword { const char *name; short token; enum rid rid; }; |