Merge pull request #4848 from mikedn/lsra-counts
authorCarol Eidt <carol.eidt@microsoft.com>
Wed, 11 May 2016 18:21:07 +0000 (11:21 -0700)
committerCarol Eidt <carol.eidt@microsoft.com>
Wed, 11 May 2016 18:21:07 +0000 (11:21 -0700)
Remove unnecessary LSRA members

1  2 
src/jit/lsra.cpp
src/jit/lsra.h

@@@ -961,9 -996,9 +959,8 @@@ LinearScan::LinearScan(Compiler * theCo
      , refPositions(LinearScanMemoryAllocatorRefPosition(theCompiler))
  {
  #ifdef DEBUG
-     intervalCount = 0;
      maxNodeLocation = 0;
      activeRefPosition = nullptr;
 -    initRefTypeNames();
  
      // Get the value of the environment variable that controls stress for register allocation
      lsraStressMask = JitConfig.JitStressRegs();
diff --cc src/jit/lsra.h
Simple merge