1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[NewPM] NFC. remove obsolete TODO comment

The deleted TODO was implemented in D82344.
This commit is contained in:
Yuanfang Chen 2020-07-26 22:32:24 -07:00 committed by GitHub
parent d6124d6963
commit 8d83600e34

View File

@ -44,10 +44,6 @@
/// 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