(HARD_REGNO_MODE_OK): Allow BLKmode.
authorTorbjorn Granlund <tege@gnu.org>
Sun, 6 Sep 1992 21:10:16 +0000 (21:10 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 6 Sep 1992 21:10:16 +0000 (21:10 +0000)
From-SVN: r2061

gcc/config/i860/i860.h

index 3c526133b9c8409e8fc529da4f7b687f6036f737..847fc085895671f4d1934927aa22bfe6070c11b7 100644 (file)
@@ -201,7 +201,7 @@ extern int target_flags;
 */
 #define HARD_REGNO_MODE_OK(REGNO, MODE)                                        \
   (((REGNO) < 32)                                                      \
-   || ((MODE) == VOIDmode)                                             \
+   || (MODE) == VOIDmode || (MODE) == BLKmode                          \
    || REGNO_MODE_ALIGNED (REGNO, MODE))
 
 /* Value is 1 if it is a good idea to tie two pseudo registers