[CodeGen] Remove extraneous ArrayRef (NFC) (#88601)
We don't need to create these instances of ArrayRef because StructType::create and ConstantStruct::get take ArrayRef, and ArrayRef can be implicitly constructed from C arrays.
parent
b570eb5e
Please register or sign in to comment