From fa32ca1e8e768582db30d7881f44cf74d53e7785 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Tue, 25 Feb 2014 19:47:15 +0000 Subject: Remove outdated comments. llvm-svn: 202186 --- llvm/lib/CodeGen/RegAllocGreedy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm') diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp index 21e23df1073..19a9e3182e7 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.cpp +++ b/llvm/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. -- cgit v1.2.3