Commit e8d52ba0 by Janis Johnson Committed by Janis Johnson

re PR target/5379 ([i386] internal error: Segmentation fault (prefetch related?))

	PR target/5379
	* config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
	for the address operand.

From-SVN: r49093
parent cc7b420e
2002-01-22 Janis Johnson <janis187@us.ibm.com>
PR target/5379
* config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
for the address operand.
2002-01-22 Richard Henderson <rth@redhat.com>
* config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
......
......@@ -19624,7 +19624,7 @@
})
(define_insn "*prefetch_sse"
[(prefetch (match_operand:SI 0 "address_operand" "")
[(prefetch (match_operand:SI 0 "address_operand" "p")
(const_int 0)
(match_operand:SI 1 "const_int_operand" ""))]
"TARGET_PREFETCH_SSE"
......
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