Fix a typo in FLOAT_SSE_REGS.
2011-03-30 H.J. Lu <hongjiu.lu@intel.com> PR target/48349 * config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in FLOAT_SSE_REGS. From-SVN: r171718
This commit is contained in:
parent
023592aa3b
commit
0b99eef6f6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-03-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR target/48349
|
||||
* config/i386/i386.h (REG_CLASS_CONTENTS): Fix a typo in
|
||||
FLOAT_SSE_REGS.
|
||||
|
||||
2011-03-30 Joseph Myers <joseph@codesourcery.com>
|
||||
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
|
|
|
@ -1272,7 +1272,7 @@ enum reg_class
|
|||
{ 0xe0000000, 0x1f }, /* MMX_REGS */ \
|
||||
{ 0x1fe00100,0x1fe000 }, /* FP_TOP_SSE_REG */ \
|
||||
{ 0x1fe00200,0x1fe000 }, /* FP_SECOND_SSE_REG */ \
|
||||
{ 0x1fe0ff00,0x3fe000 }, /* FLOAT_SSE_REGS */ \
|
||||
{ 0x1fe0ff00,0x1fe000 }, /* FLOAT_SSE_REGS */ \
|
||||
{ 0x1ffff, 0x1fe0 }, /* FLOAT_INT_REGS */ \
|
||||
{ 0x1fe100ff,0x1fffe0 }, /* INT_SSE_REGS */ \
|
||||
{ 0x1fe1ffff,0x1fffe0 }, /* FLOAT_INT_SSE_REGS */ \
|
||||
|
|
Loading…
Add table
Reference in a new issue