Removed static qualifier from a few index related methods. These methods may require...
authorLang Hames <lhames@gmail.com>
Wed, 9 Sep 2009 20:14:17 +0000 (20:14 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 9 Sep 2009 20:14:17 +0000 (20:14 +0000)
commit9647994e097840d8ea7bd3ed7014934034f38763
treeb7dfc05f65670e15c3d1191117a3a91f20c0a8c3
parenteadcdc564daff05889a0ab21c7b80b2c49ae0567
Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81374 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/StrongPHIElimination.cpp