================
@@ -617,7 +638,7 @@ Error DataLayout::parseLayoutString(StringRef LayoutString) 
{
     // the spec for AS0, and we then update that to mark it non-integral.
     const PointerSpec &PS = getPointerSpec(AS);
     setPointerSpec(AS, PS.BitWidth, PS.ABIAlign, PS.PrefAlign, 
PS.IndexBitWidth,
-                   true);
+                   true, false);
----------------
nikic wrote:

```suggestion
                   /*HasUnstableRepr=*/true, /*HasExternalState=*/false);
```

https://github.com/llvm/llvm-project/pull/105735
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to