Nikita Popov 6feb4a8ef4
[IR] Don't allow values of opaque type (#137625)
Consider opaque types as non-first-class types, i.e. do not allow SSA
values to have opaque type.
2025-04-30 15:01:00 +02:00

5 lines
87 B
LLVM

%struct.A = type { %struct.B }
%struct.B = type opaque
@g = external global %struct.A