llvm-project
2743eb44 - [GISel] Fix -Wunused-variable (#194710)

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.
Parents
Loading