1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

ClangFormat some changes from r305226

Post commit review feedback from Justin Bogner

llvm-svn: 305919
This commit is contained in:
David Blaikie 2017-06-21 15:20:46 +00:00
parent a46c1b41d3
commit 8dd3f4026e

View File

@ -411,12 +411,14 @@ struct ConstModifier: public Modifier {
case 1:
return PT->push_back(ConstantInt::get(
Ty, APInt::getNullValue(Ty->getPrimitiveSizeInBits())));
case 2: case 3: case 4: case 5:
case 2:
case 3:
case 4:
case 5:
case 6:
PT->push_back(ConstantInt::get(Ty, Ran->Rand()));
}
}
}
};