aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Pass/PassDetail.h
diff options
context:
space:
mode:
authorAndrés Villegas <andresvi@google.com>2024-01-03 23:05:20 +0000
committerAndrés Villegas <andresvi@google.com>2024-01-03 23:05:20 +0000
commite99fdd060baf7ea196f9b9e531b58e5d8489f5fd (patch)
tree56305609013119524612245bd222dac094de4f68 /mlir/lib/Pass/PassDetail.h
parentd242f164d69ec606db9418c02c9588bffa429928 (diff)
parent51113244836be55b3d2f181c0f88043b5967eb61 (diff)
downloadllvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.zip
llvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.tar.gz
llvm-users/avillega/clangd-migrate-command-line-option-parsin-to-opttable.tar.bz2
Created using spr 1.3.5
Diffstat (limited to 'mlir/lib/Pass/PassDetail.h')
-rw-r--r--mlir/lib/Pass/PassDetail.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mlir/lib/Pass/PassDetail.h b/mlir/lib/Pass/PassDetail.h
index 0e964b6..5cc7262 100644
--- a/mlir/lib/Pass/PassDetail.h
+++ b/mlir/lib/Pass/PassDetail.h
@@ -98,9 +98,8 @@ private:
class PassCrashReproducerGenerator {
public:
- PassCrashReproducerGenerator(
- PassManager::ReproducerStreamFactory &streamFactory,
- bool localReproducer);
+ PassCrashReproducerGenerator(ReproducerStreamFactory &streamFactory,
+ bool localReproducer);
~PassCrashReproducerGenerator();
/// Initialize the generator in preparation for reproducer generation. The