mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
8dfd3a455d
The return value changed from an Instruction to a DbgRecord in LLVM 19. As we don't actually use the result, drop the return value entirely to support both.