We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b60fe9 commit 3f66928Copy full SHA for 3f66928
vec.md
@@ -442,7 +442,7 @@ end = ptr.offset(len)
442
```
443
444
However because `offset` is marked as a GEP inbounds instruction, this will tell
445
-llVM that ptr is allocated and won't alias other allocated memory. This is fine
+LLVM that ptr is allocated and won't alias other allocated memory. This is fine
446
for zero-sized types, as they can't alias anything. However if we're using
447
heap::EMPTY as a sentinel for a non-allocation for a *non-zero-sized* type,
448
this can cause undefined behaviour. Alas, we must therefore special case either
0 commit comments