Fixes this warning when using gcc 9.3.0
lib/Target/AMDGPU/R600GenSubtargetInfo.inc:282:62: warning: comparison
of unsigned expression < 0 is always false [-Wtype-limits]
if (Bits[R600::FeatureLocalMemorySize0] && LocalMemorySize <0)
LocalMemorySize = 0;
clang-format not found in user’s local PATH; not linting file.