================
@@ -630,6 +630,7 @@ std::string Attribute::getAsString(bool InAttrGrp) const {
// Print access kind for "other" as the default access kind. This way it
// will apply to any new location kinds that get split out of "other".
ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other);
+ ModRefInfo InaccessibleMemMR =
ME.getModRef(IRMemLocation::InaccessibleMem);
----------------
paulwalker-arm wrote:
This change is no longer necessary.
https://github.com/llvm/llvm-project/pull/148650
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits