llvm-project
2743eb44
- [GISel] Fix -Wunused-variable (#194710)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
13 days ago
[GISel] Fix -Wunused-variable (#194710) b46a51d9c29519666f70807b52301d94be804f07 introduced some variables only used in assertions. Mark them [[maybe_unused]] given they are used multiple times, but only in assertions.
References
#194710 - [GISel] Fix -Wunused-variable
Author
boomanaiden154
Parents
91b6c73a
Loading