Commit 35b1c5c7 authored by Doug Gilbert's avatar Doug Gilbert

unsupported insn for bswap emitted

parent f8c463f1
......@@ -2412,7 +2412,7 @@
[(set (match_operand:SI 0 "reg_or_mem_operand" "")
(bswap:SI
(match_operand:SI 1 "reg_or_mem_operand" "")))]
""
"rs6000_cpu != PROCESSOR_PPE42"
{
if (!REG_P (operands[0]) && !REG_P (operands[1]))
operands[1] = force_reg (SImode, operands[1]);
......
......@@ -21,7 +21,7 @@ __inline
#endif
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
//__inline
__inline
#endif
const char * libc_name_p (const char *, unsigned int);
%}
......
......@@ -52,7 +52,7 @@ __inline
#endif
static unsigned int hash (const char *, unsigned int);
#ifdef __GNUC__
//__inline
__inline
#endif
const char * libc_name_p (const char *, unsigned int);
/* maximum key range = 391, duplicates = 0 */
......
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