diff options
Diffstat (limited to 'include/llvm/PassManagers.h')
-rw-r--r-- | include/llvm/PassManagers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/PassManagers.h b/include/llvm/PassManagers.h index da056477fc..d7f3375dfe 100644 --- a/include/llvm/PassManagers.h +++ b/include/llvm/PassManagers.h @@ -211,6 +211,9 @@ public: /// Augment AvailableAnalysis by adding analysis made available by pass P. void recordAvailableAnalysis(Pass *P); + /// verifyPreservedAnalysis -- Verify analysis presreved by pass P. + void verifyPreservedAnalysis(Pass *P); + /// Remove Analysis that is not preserved by the pass void removeNotPreservedAnalysis(Pass *P); |