[Mlir-commits] [mlir] [NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (PR #110841)
Rahul Joshi
llvmlistbot at llvm.org
Wed Oct 2 09:50:27 PDT 2024
================
@@ -707,7 +709,7 @@ class DefGenerator {
void emitParsePrintDispatch(ArrayRef<AttrOrTypeDef> defs);
/// The set of def records to emit.
- std::vector<const llvm::Record *> defRecords;
+ std::vector<const Record *> defRecords;
----------------
jurahul wrote:
I am not really sure.
https://github.com/llvm/llvm-project/pull/110841
More information about the Mlir-commits
mailing list