Remove outdated comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manman Ren 2014-02-25 19:47:15 +00:00
parent c6d0a14a78
commit d225511ea7

View File

@ -601,7 +601,7 @@ bool RAGreedy::shouldEvict(LiveInterval &A, bool IsHint,
}
/// canEvictInterference - Return true if all interferences between VirtReg and
/// PhysReg can be evicted. When OnlyCheap is set, don't do anything
/// PhysReg can be evicted.
///
/// @param VirtReg Live range that is about to be assigned.
/// @param PhysReg Desired register for assignment.