mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
LiveInterval: Adapt commen to the LI->LR change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b195813e9e
commit
3bd93089a9
@ -848,7 +848,7 @@ namespace llvm {
|
||||
public:
|
||||
explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}
|
||||
|
||||
/// Classify the values in LI into connected components.
|
||||
/// Classify the values in \p LR into connected components.
|
||||
/// Returns the number of connected components.
|
||||
unsigned Classify(const LiveRange &LR);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user