Commit 10f4f53f by James Van Artsdalen

*** empty log message ***

From-SVN: r1096
parent 3c3eeea6
......@@ -2248,7 +2248,7 @@
""
"
{
if (! GET_CODE (operands[2]) == CONST_INT
if (GET_CODE (operands[2]) != CONST_INT
|| ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
{
operands[2] = copy_to_mode_reg (QImode, operands[2]);
......@@ -2411,7 +2411,7 @@
""
"
{
if (! GET_CODE (operands[2]) == CONST_INT
if (GET_CODE (operands[2]) != CONST_INT
|| ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
{
operands[2] = copy_to_mode_reg (QImode, operands[2]);
......@@ -2548,7 +2548,7 @@
""
"
{
if (! GET_CODE (operands[2]) == CONST_INT
if (GET_CODE (operands[2]) != CONST_INT
|| ! CONST_OK_FOR_LETTER_P (INTVAL (operands[2]), 'J'))
{
operands[2] = copy_to_mode_reg (QImode, operands[2]);
......
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