Pass context pointers to LiveRangeCalc::reset().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 4 Jun 2012 18:21:16 +0000 (18:21 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 4 Jun 2012 18:21:16 +0000 (18:21 +0000)
commit631390e3c26fe5581ee9468b04593cedf48cc908
tree004d22760db0d46c7108a4c210e0eb268d0cddf8
parentf0378f4381101ed2c64643de9603c5f4d835a17c
Pass context pointers to LiveRangeCalc::reset().

Remove the same pointers from all the other LiveRangeCalc functions,
simplifying the interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/SplitKit.cpp