summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocGreedy.cpp
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
commitd225511ea7b7f28b17f43023c0243dd5ad0dd3df (patch)
tree075ac0f4aa991fe40cd507c1dac2cbe6c6a14e86 /lib/CodeGen/RegAllocGreedy.cpp
parentc6d0a14a788cd602766b005afa03f54019a9e298 (diff)
downloadllvm-d225511ea7b7f28b17f43023c0243dd5ad0dd3df.tar.gz
llvm-d225511ea7b7f28b17f43023c0243dd5ad0dd3df.tar.bz2
llvm-d225511ea7b7f28b17f43023c0243dd5ad0dd3df.tar.xz
Remove outdated comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocGreedy.cpp')
-rw-r--r--lib/CodeGen/RegAllocGreedy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocGreedy.cpp b/lib/CodeGen/RegAllocGreedy.cpp
index 21e23df107..19a9e3182e 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.