Files
clang-p2996/llvm/lib/CodeGen/LowerEmuTLS.cpp
Kazu Hirata fa5fdfb126 [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.
2024-04-15 11:06:35 -07:00

6.1 KiB