diff options
author | Manman Ren <manman.ren@gmail.com> | 2014-02-25 19:47:15 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2014-02-25 19:47:15 +0000 |
commit | fa32ca1e8e768582db30d7881f44cf74d53e7785 (patch) | |
tree | f5775c89a40b2170f12362b8a33404eaf3c3370f /llvm | |
parent | d45ba2527c4c160ef20890f110a8ef9e24899047 (diff) | |
download | bcm5719-llvm-fa32ca1e8e768582db30d7881f44cf74d53e7785.tar.gz bcm5719-llvm-fa32ca1e8e768582db30d7881f44cf74d53e7785.zip |
Remove outdated comments.
llvm-svn: 202186
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocGreedy.cpp | 2 |
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. |