Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove reference to
Min
behavior flag (#31)
The `Min` behavior flag was not introduced until LLVM 15, which is also when the change over to opaque pointers begins. We should avoid referring to it since it can cause folks to update to a version that has other compatibility issues with the specification. This change removes the mention of `Min` from the under development Base Profile spec.
- Loading branch information