[mlir] Fix a warning
commit6318dd82732c583fcfa12fe5b8d837e048dbb571
authorKazu Hirata <kazu@google.com>
Mon, 27 Nov 2023 04:40:56 +0000 (26 20:40 -0800)
committerKazu Hirata <kazu@google.com>
Mon, 27 Nov 2023 04:40:56 +0000 (26 20:40 -0800)
tree747040082731adc417aa5a7e779f18a18b6bfc0c
parent771676878a1df2610cdc2ece6a55b4aa81a3da6a
[mlir] Fix a warning

This patch fixes:

 mlir/lib/Pass/PassRegistry.cpp:376:37: error: ISO C++ requires the
 name after '::~' to be found in the same scope as the name before
 '::~' [-Werror,-Wdtor-name]
mlir/lib/Pass/PassRegistry.cpp