Remove unnecessary LSRA members
authorMike Danes <onemihaid@hotmail.com>
Sun, 8 May 2016 16:55:11 +0000 (19:55 +0300)
committerMike Danes <onemihaid@hotmail.com>
Sun, 8 May 2016 16:55:11 +0000 (19:55 +0300)
commit514652459713fdbc7e4c392e0c6e13c28c5f92af
tree64ec5adc2fd56241ade496d89736b1422610fb13
parent59a9008ddbf7ec8b83d1950bf51ffa3b09c372b5
Remove unnecessary LSRA members

RefPositions and Intervals are never removed. We can use list::size() instead of tracking the count manually.
src/jit/lsra.cpp
src/jit/lsra.h