i386.md (prologue_set_got): Set length_immediate field.

* i386.md (prologue_set_got): Set length_immediate field.
	(testqi_ccno_1):  Add missing '@' character.

From-SVN: r34756
This commit is contained in:
Jan Hubicka 2000-06-28 12:55:45 +00:00 committed by Jan Hubicka
parent 52fa9d82f4
commit d731a1daae
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Wed Jun 28 14:46:58 MET DST 2000 Jan Hubicka <jh@suse.cz>
* i386.md (prologue_set_got): Set length_immediate field.
(testqi_ccno_1): Add missing '@' character.
2000-06-27 Jason Merrill <jason@redhat.com>
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use

View file

@ -4806,7 +4806,8 @@
(match_operand:QI 1 "nonmemory_operand" "n,n,qn,n"))
(const_int 0)))]
""
"test{b}\\t{%1, %0|%0, %1}
"@
test{b}\\t{%1, %0|%0, %1}
test{b}\\t{%1, %0|%0, %1}
test{b}\\t{%1, %0|%0, %1}
test{l}\\t{%1, %0|%0, %1}"
@ -8452,6 +8453,9 @@
return \"add{l}\\t{%1+[.-%X2], %0|%0, %a1+(.-%X2)}\";
}"
[(set_attr "type" "alu")
; Since this insn may have two constant operands, we must set the
; length manually.
(set_attr "length_immediate" "4")
(set_attr "mode" "SI")])
(define_insn "prologue_get_pc"