[Mlir-commits] [clang] [llvm] [mlir] [LLVM][TableGen] Change SeachableTableEmitter to use const RecordKeeper (PR #110032)
Rahul Joshi
llvmlistbot at llvm.org
Mon Sep 30 06:55:48 PDT 2024
================
@@ -1556,7 +1557,7 @@ class RecordVal {
bool IsUsed = false;
/// Reference locations to this record value.
- SmallVector<SMRange> ReferenceLocs;
+ mutable SmallVector<SMRange> ReferenceLocs;
----------------
jurahul wrote:
Done. PTAL
https://github.com/llvm/llvm-project/pull/110032
More information about the Mlir-commits
mailing list