Jakob Stoklund Olesen a93090ccd9 Order register classes by spill size first, members last.
This is still a topological ordering such that every register class gets
a smaller enum value than its sub-classes.

Placing the smaller spill sizes first makes a difference for the
super-register class bit masks. When looking for a super-register class,
we usually want the smallest possible kind of super-register. That is
now available as the first bit set in the bit mask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156222 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-04 23:12:22 +00:00
..
2012-02-22 19:38:03 +00:00
2012-04-03 23:09:22 +00:00
2012-03-23 05:50:46 +00:00
2012-01-20 17:56:17 +00:00
2012-01-26 22:06:23 +00:00
2012-04-17 17:21:17 +00:00