diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-11-05 15:38:01 +0000 |
---|---|---|
committer | Leon Alrae <leon.alrae@imgtec.com> | 2014-12-16 12:45:19 +0000 |
commit | 8fc605b8aa257feb3e69d44794a765bd492b573b (patch) | |
tree | 3efbf307f493cf8e207efc0dc6ae157c53202c4d /memory.c | |
parent | 51fdea945ae7adae8d7e4a1624e35bb7f714b58f (diff) |
target-mips: Restore the order of helpers
Restore the order of helpers that used to be: unary operations (generic,
then MIPS-specific), binary operations (generic, then MIPS-specific),
compare operations. At one point FMA operations were inserted at a
random place in the file, disregarding the preexisting order, and later
on even more operations sprinkled across the file. Revert the mess by
moving FMA operations to a new ternary class inserted after the binary
class and move the misplaced unary and binary operations to where they
belong.
Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'memory.c')
0 files changed, 0 insertions, 0 deletions