================
@@ -286,7 +286,7 @@ struct Modifier {
/// Pick a random pointer type.
Type *pickPointerType() {
Type *Ty = pickType();
----------------
nikic wrote:
No need to pickType() anymore.
https://github.com/llvm/llvm-project/pull/123617