[llvm] 9511fa2 - [NFC][Coroutine] Remove redundant comment

Chuanqi Xu via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 20:55:29 PST 2021


Author: Chuanqi Xu
Date: 2021-02-04T12:54:30+08:00
New Revision: 9511fa2ddab73c7c93c97df514a00cee5e12e1b2

URL: https://github.com/llvm/llvm-project/commit/9511fa2ddab73c7c93c97df514a00cee5e12e1b2
DIFF: https://github.com/llvm/llvm-project/commit/9511fa2ddab73c7c93c97df514a00cee5e12e1b2.diff

LOG: [NFC][Coroutine] Remove redundant comment

The functionallity in the TODO was added before:
https://reviews.llvm.org/rGb3a722e66b75328ab5e2eb5c8572022cb083855b

Added: 
    

Modified: 
    llvm/lib/Transforms/Coroutines/CoroFrame.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
index 7538b1bcc347..419ddc12f838 100644
--- a/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
+++ b/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -12,8 +12,6 @@
 // contain those values. All uses of those values are replaced with appropriate
 // GEP + load from the coroutine frame. At the point of the definition we spill
 // the value into the coroutine frame.
-//
-// TODO: pack values tightly using liveness info.
 //===----------------------------------------------------------------------===//
 
 #include "CoroInternal.h"


        


More information about the llvm-commits mailing list