diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-29 16:07:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-29 16:07:37 +0000 |
commit | 5fb233742c0ca9b911b13039efa5253f8955c30b (patch) | |
tree | 3c2f2409c2036f880374d7a56f44bbf80e9e4d86 /gcc | |
parent | cb9444a7ab050a16cd95bbf1966af0886ca6bf08 (diff) | |
download | gcc-5fb233742c0ca9b911b13039efa5253f8955c30b.zip gcc-5fb233742c0ca9b911b13039efa5253f8955c30b.tar.gz gcc-5fb233742c0ca9b911b13039efa5253f8955c30b.tar.bz2 |
i386.h (NON_QI_REG_P): Remove.
* config/i386/i386.h (NON_QI_REG_P): Remove.
* config/i386/predicates.md (non_q_regs_operand): Remove.
From-SVN: r120267
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83d3b8a..24a46cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,6 +3,9 @@ * tree-cfg.c (last_stmt_ptr): Remove. * tree-flow.h: Remove the prototype for last_stmt_ptr. + * config/i386/i386.h (NON_QI_REG_P): Remove. + * config/i386/predicates.md (non_q_regs_operand): Remove. + 2006-12-29 Ian Lance Taylor <iant@google.com> * c-common.c (c_define_builtins): New static function broken out |