Bug 1027897 - IonMonkey: Explicitly instantiate buildVregs() on a CLOSED TREE r=me

This commit is contained in:
Dan Gohman 2014-06-23 14:33:24 -07:00
parent 3e4b72daf6
commit 25b2238b9f

View File

@ -442,6 +442,8 @@ VirtualRegister::getFirstInterval()
// Instantiate LiveRangeAllocator for each template instance.
template bool LiveRangeAllocator<LinearScanVirtualRegister, true>::buildLivenessInfo();
template bool LiveRangeAllocator<BacktrackingVirtualRegister, false>::buildLivenessInfo();
template void LiveRangeAllocator<LinearScanVirtualRegister, true>::dumpVregs();
template void LiveRangeAllocator<BacktrackingVirtualRegister, false>::dumpVregs();
#ifdef DEBUG
static inline bool