LLVM: remove purposeless const qualifiers

These const qualifiers on pointers to opaque types do not serve any
purpose. If anything they are misleading since the underlying pointers
very likely point to objects that are in fact mutated.

This commit does not change any behavior.
This commit is contained in:
Andrew Kelley 2022-09-21 13:26:18 -07:00
parent 4961044ce8
commit 99b954b9ce
2 changed files with 706 additions and 706 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff