[NewPM] NFC. remove obsolete TODO comment
authorYuanfang Chen <yuanfang.chen@sony.com>
Mon, 27 Jul 2020 05:32:24 +0000 (22:32 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 05:32:24 +0000 (22:32 -0700)
The deleted TODO was implemented in D82344.

llvm/include/llvm/IR/PassInstrumentation.h

index 37390e4..94833bb 100644 (file)
 ///      of a pass. For those callbacks returning false means pass will not be
 ///      executed.
 ///
-/// TODO: currently there is no way for a pass to opt-out of execution control
-/// (e.g. become unskippable). PassManager is the only entity that determines
-/// how pass instrumentation affects pass execution.
-///
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_IR_PASSINSTRUMENTATION_H