]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list.
authorDavid Ung <davidu@mips.com>
Tue, 7 Nov 2006 14:08:55 +0000 (14:08 +0000)
committerDavid Ung <davidu@gcc.gnu.org>
Tue, 7 Nov 2006 14:08:55 +0000 (14:08 +0000)
* config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
list.

From-SVN: r118546

gcc/ChangeLog
gcc/config/mips/mips.h

index bfc4826d77b10022fb26e0fd3425d667931519b1..acbec99bf3376071fea673e164fda30b83b633d6 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-07  David Ung  <davidu@mips.com>
+       
+       * config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
+       list.
+
 2006-11-06  Eric Christopher  <echristo@apple.com>
 
        * config.gcc: Add x86_64-darwin host support.
index 981a8d1eaa710a3992924b33a78f604f8d6416f4..953b8ad3c9dfca7b2f1b7af8154317de81ed262a 100644 (file)
@@ -686,6 +686,7 @@ extern const struct mips_rtx_cost_data *mips_cost;
    (prefx is a cop1x instruction, so can only be used if FP is
    enabled.)  */
 #define ISA_HAS_PREFETCHX      ((ISA_MIPS4                             \
+                                 || ISA_MIPS32R2)                      \
                                  || ISA_MIPS64)                        \
                                 && !TARGET_MIPS16)