PR target/5379
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jan 2002 21:19:27 +0000 (21:19 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Jan 2002 21:19:27 +0000 (21:19 +0000)
* config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
for the address operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49093 138bc75d-0d04-0410-961f-82ee72b054a4

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"