[llvm] eed3331 - [NewPM] NFC. remove obsolete TODO comment
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 26 22:32:28 PDT 2020
Author: Yuanfang Chen
Date: 2020-07-26T22:32:24-07:00
New Revision: eed333149d178b69fdaf39b9419b7ca032520182
URL: https://github.com/llvm/llvm-project/commit/eed333149d178b69fdaf39b9419b7ca032520182
DIFF: https://github.com/llvm/llvm-project/commit/eed333149d178b69fdaf39b9419b7ca032520182.diff
LOG: [NewPM] NFC. remove obsolete TODO comment
The deleted TODO was implemented in D82344.
Added:
Modified:
llvm/include/llvm/IR/PassInstrumentation.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/PassInstrumentation.h b/llvm/include/llvm/IR/PassInstrumentation.h
index 37390e4e682b..94833bb0d2c6 100644
--- a/llvm/include/llvm/IR/PassInstrumentation.h
+++ b/llvm/include/llvm/IR/PassInstrumentation.h
@@ -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
More information about the llvm-commits
mailing list