Commit d7e2c932 by Torbjorn Granlund

(HARD_REGNO_MODE_OK): Allow BLKmode.

From-SVN: r2061
parent 783cdf65
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment