mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
`(void)` was added when LogicalResult was marked as non discard. This commit cleans them up to properly propagate failures. Reviewed By: scotttodd Differential Revision: https://reviews.llvm.org/D115541