Fix non-reserved name usage

llvm-svn: 287080
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 86dd66e96cc57d70639bfbae71f23ad4953ea1a5
diff --git a/include/limits b/include/limits
index 80a1be4..b066d74 100644
--- a/include/limits
+++ b/include/limits
@@ -182,7 +182,7 @@
     static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
 };
 
-template <class _Tp, int digits, bool is_signed>
+template <class _Tp, int digits, bool _IsSigned>
 struct __libcpp_compute_min
 {
     static _LIBCPP_CONSTEXPR const _Tp value = _Tp(_Tp(1) << digits);