mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In opaque values mode, when transforming, load address even when their type is address-only.
4 lines
62 B
C++
4 lines
62 B
C++
#include <vector>
|
|
|
|
using VectorOfU32 = std::vector<uint32_t>;
|