Commit f1469150 by Uros Bizjak Committed by Uros Bizjak

i386.md (*jcc_fused_1): Use ASM_COMMENT_START instead of "#" in insn asm template.

	* config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
	instead of "#" in insn asm template.
	(*jcc_fused_2): Ditto.

From-SVN: r136956
parent 00066bc0
......@@ -4,13 +4,19 @@
2008-06-19 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
instead of "#" in insn asm template.
(*jcc_fused_2): Ditto.
2008-06-19 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.h (ix86_tune_indices)
[X86_TUNE_FUSE_CMP_AND_BRANCH]: New.
(TARGET_FUSE_CMP_AND_BRANCH): New define.
* config/i386/i386.md (*jcc_fused_1): New insn pattern
(*jcc_fused_2): Ditto.
* config/i386/i386.c (ix86_tune_features): Add m_CORE2 to
X86_TUNE_USE_VECTOR_COMPARES targets.
X86_TUNE_FUSE_CMP_AND_BRANCH targets.
(print operand): Handle 'E' and 'e' code.
2008-06-19 Anatoly Sokolov <aesok@post.ru>
......
......@@ -14052,7 +14052,7 @@
else
output_asm_insn ("cmp{l}\t{%3, %2|%2, %3}",operands);
return "%+j%E1\t%l0\t# fused";
return "%+j%E1\t%l0\t" ASM_COMMENT_START " fused";
}
[(set_attr "type" "multi")
(set_attr "mode" "SI")])
......@@ -14073,7 +14073,7 @@
else
output_asm_insn ("cmp{l}\t{%3, %2|%2, %3}",operands);
return "%+j%e1\t%l0\t# fused";
return "%+j%e1\t%l0\t" ASM_COMMENT_START " fused";
}
[(set_attr "type" "multi")
(set_attr "mode" "SI")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment