llvm-project
2946879c
- [CIR] Fix assertion order in 'Address' (#157477)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
315 days ago
[CIR] Fix assertion order in 'Address' (#157477) We are checking the 'type' of 'pointer' before we are checking whether it is null or not! This is clearly incorrect, so this patch reorders the asserts.
References
#157477 - [CIR] Fix assertion order in 'Address'
Author
erichkeane
Parents
d0ea176c
Loading