aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md27
2 files changed, 4 insertions, 27 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2403eeb..58d5b60 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 27 12:03:03 MET DST 2000 Jan Hubicka <jh@suse.cz>
+
+ * i386.md (addqi_low_1): Remove.
+
2000-06-27 Philipp Thomas <pthomas@suse.de>
* 1750a.h: Mark help strings for options/switches for translation.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 21cc145..7bb4a6b6 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -3881,33 +3881,6 @@
"add{b}\\t{%2, %0|%0, %2}"
[(set_attr "type" "alu")])
-(define_insn "*addqi_low_1"
- [(set (strict_low_part (match_operand:QI 0 "register_operand" "+q"))
- (plus:QI (match_operand:QI 1 "register_operand" "0")
- (match_operand:QI 2 "general_operand" "qmn")))
- (clobber (reg:CC 17))]
- ""
- "*
-{
- switch (get_attr_type (insn))
- {
- case TYPE_INCDEC:
- if (operands[2] == const1_rtx)
- return \"inc{b}\\t%b0\";
- else if (operands[2] == constm1_rtx
- || (GET_CODE (operands[2]) == CONST_INT
- && INTVAL (operands[2]) == 255))
- return \"dec{b}\\t%b0\";
- abort();
-
- default:
- return \"add{b}\\t{%2, %b0|%b0, %2}\";
- }
-}"
- [(set (attr "type")
- (if_then_else (match_operand:QI 2 "incdec_operand" "")
- (const_string "incdec")
- (const_string "alu")))])
(define_insn "addqi_ext_1"
[(set (zero_extract:SI (match_operand 0 "ext_register_operand" "=q")