Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir] Fix -Wunused-variable in OpenMPToLLVMIRTranslation.cpp (NFC)
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp:3921:12: error: unused variable 'varType' [-Werror,-Wunused-variable] Type varType = mapInfoOp.getVarType(); ^ 1 error generated.
- Loading branch information