[llvm] r202186 - Remove outdated comments.
Manman Ren
manman.ren at gmail.com
Tue Feb 25 11:47:16 PST 2014
Author: mren
Date: Tue Feb 25 13:47:15 2014
New Revision: 202186
URL: http://llvm.org/viewvc/llvm-project?rev=202186&view=rev
Log:
Remove outdated comments.
Modified:
llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp
Modified: llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp?rev=202186&r1=202185&r2=202186&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocGreedy.cpp Tue Feb 25 13:47:15 2014
@@ -601,7 +601,7 @@ bool RAGreedy::shouldEvict(LiveInterval
}
/// 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.
More information about the llvm-commits
mailing list