mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
[SystemZ] Use "auto" for cast results
No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,7 +43,7 @@ getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) {
|
||||
for (unsigned I = 0, E = Constants.size(); I != E; ++I) {
|
||||
if (Constants[I].isMachineConstantPoolEntry() &&
|
||||
(Constants[I].getAlignment() & AlignMask) == 0) {
|
||||
SystemZConstantPoolValue *ZCPV =
|
||||
auto *ZCPV =
|
||||
static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
|
||||
if (ZCPV->GV == GV && ZCPV->Modifier == Modifier)
|
||||
return I;
|
||||
|
Reference in New Issue
Block a user