forked from OSchip/llvm-project
Remove obsolete using declaration that was just kept around to help with API adoption.
Differential Revision: https://reviews.llvm.org/D101269
This commit is contained in:
parent
6cc62043c8
commit
abd860eaef
|
@ -993,10 +993,6 @@ private:
|
||||||
PDLPatternModule pdlPatterns;
|
PDLPatternModule pdlPatterns;
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: OwningRewritePatternList is soft-deprecated and will be removed in the
|
|
||||||
// future.
|
|
||||||
using OwningRewritePatternList = RewritePatternSet;
|
|
||||||
|
|
||||||
} // end namespace mlir
|
} // end namespace mlir
|
||||||
|
|
||||||
#endif // MLIR_PATTERN_MATCH_H
|
#endif // MLIR_PATTERN_MATCH_H
|
||||||
|
|
|
@ -84,10 +84,6 @@ private:
|
||||||
std::shared_ptr<Impl> impl;
|
std::shared_ptr<Impl> impl;
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: FrozenRewritePatternList is soft-deprecated and will be removed in the
|
|
||||||
// future.
|
|
||||||
using FrozenRewritePatternList = FrozenRewritePatternSet;
|
|
||||||
|
|
||||||
} // end namespace mlir
|
} // end namespace mlir
|
||||||
|
|
||||||
#endif // MLIR_REWRITE_FROZENREWRITEPATTERNSET_H
|
#endif // MLIR_REWRITE_FROZENREWRITEPATTERNSET_H
|
||||||
|
|
Loading…
Reference in New Issue