mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 05:26:07 +00:00

u16 may be promoted to int by arithmetic type conversion. Do an explicit cast to avoid certain compiler's warning. This fixes the problem introduced by 0fb2aeef5310eaba2915b30810464a744a80da15 Differential Revision: https://reviews.llvm.org/D135985
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================