From: Manman Ren Date: Tue, 25 Feb 2014 19:47:15 +0000 (+0000) Subject: Remove outdated comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d225511ea7b7f28b17f43023c0243dd5ad0dd3df;p=oota-llvm.git Remove outdated comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202186 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocGreedy.cpp b/lib/CodeGen/RegAllocGreedy.cpp index 21e23df1073..19a9e3182e7 100644 --- a/lib/CodeGen/RegAllocGreedy.cpp +++ b/lib/CodeGen/RegAllocGreedy.cpp @@ -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.