loop.c (emit_prefetch_instructions): Use the prefetch insn's mode, not Pmode.
authorAldy Hernandez <aldyh@redhat.com>
Fri, 25 Jan 2002 04:32:46 +0000 (04:32 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 25 Jan 2002 04:32:46 +0000 (04:32 +0000)
commit70e531f52eba5ea2187e2d411fe9b5c1a9a945f1
treef1dfc1e8aeae8dd677d1aadda7014ef911864d93
parent6b20f9b59abbb8bdfe9a0019a4914d2e30d4c745
loop.c (emit_prefetch_instructions): Use the prefetch insn's mode, not Pmode.

2002-01-24  Aldy Hernandez  <aldyh@redhat.com>

        * loop.c (emit_prefetch_instructions): Use the prefetch insn's
        mode, not Pmode.

        * builtins.c (expand_builtin_prefetch): Same.

From-SVN: r49200
gcc/ChangeLog
gcc/builtins.c
gcc/loop.c