Remove forward declarations of llvm::Any
authorKazu Hirata <kazu@google.com>
Wed, 12 Apr 2023 06:52:05 +0000 (23:52 -0700)
committerKazu Hirata <kazu@google.com>
Wed, 12 Apr 2023 06:52:05 +0000 (23:52 -0700)
commit7a414ae26ef4cf2b0141eefebd4306e05c431a68
treef332d8445496157af70bed3693c8fc9b0d7f7790
parent3657e7777f208a35981108592330d4ad7486cb14
Remove forward declarations of llvm::Any

This patch removes forward declarations of llvm::Any as they are not
used.  Removing them gets us a bit closer to the world where we use
std::any instead of llvm::Any because we won't forward-declare std::
classes.
llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
mlir/include/mlir/Pass/PassManager.h