Remove outdated comments.
authorManman Ren <manman.ren@gmail.com>
Tue, 25 Feb 2014 19:47:15 +0000 (19:47 +0000)
committerManman Ren <manman.ren@gmail.com>
Tue, 25 Feb 2014 19:47:15 +0000 (19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202186 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocGreedy.cpp

index 21e23df10736c718773c510e75d943f4cc07f073..19a9e3182e71269a9dbfd9d35910001922fd560d 100644 (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.