re PR target/5379 ([i386] internal error: Segmentation fault (prefetch related?))
authorJanis Johnson <janis187@us.ibm.com>
Tue, 22 Jan 2002 21:19:27 +0000 (21:19 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 22 Jan 2002 21:19:27 +0000 (21:19 +0000)
PR target/5379
* config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
for the address operand.

From-SVN: r49093

gcc/ChangeLog
gcc/config/i386/i386.md

index 4b4b9bf..d5db6cc 100644 (file)
@@ -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.
index a0eba57..b9f6c15 100644 (file)
 })
 
 (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"