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 1ee68828b2
commit 8f9621ae04

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()));
}
}
}
};