From e8d52ba03e4c1ff14e81780ec8aa62d00e863a34 Mon Sep 17 00:00:00 2001
From: Janis Johnson <janis187@us.ibm.com>
Date: Tue, 22 Jan 2002 21:19:27 +0000
Subject: [PATCH] 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
---
 gcc/ChangeLog           | 6 ++++++
 gcc/config/i386/i386.md | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b4b9bf6e5b9..d5db6ccf7d68 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index a0eba57b80af..b9f6c1508883 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -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"
-- 
GitLab