Files
llvm-project/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.cpp
dvldogg13 0c2e900074 [SystemZ] Fix variable names to reflect Coding Standards (#161899)
Reflecting the [Coding
Standards](https://llvm.org/docs/CodingStandards.html), the following
changes were made to reflect this guideline.
```
Variable names should be nouns (as they represent state). The name should be camel case, and start with an upper-case letter (e.g. Leader or Boats).
```
The first letter in the variable names are changed to upper-case and
reflect being camel case.
2025-10-09 14:29:49 +02:00

1.7 KiB