summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2014-02-25 19:47:15 +0000
committerManman Ren <manman.ren@gmail.com>2014-02-25 19:47:15 +0000
commitfa32ca1e8e768582db30d7881f44cf74d53e7785 (patch)
treef5775c89a40b2170f12362b8a33404eaf3c3370f
parentd45ba2527c4c160ef20890f110a8ef9e24899047 (diff)
downloadbcm5719-llvm-fa32ca1e8e768582db30d7881f44cf74d53e7785.tar.gz
bcm5719-llvm-fa32ca1e8e768582db30d7881f44cf74d53e7785.zip
Remove outdated comments.
llvm-svn: 202186
-rw-r--r--llvm/lib/CodeGen/RegAllocGreedy.cpp2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud