Use arrays as union padding. Also, since the resulting struct will always...
Use arrays as union padding. Also, since the resulting struct will always contain a single element and either a single i8 element or an array of i8s, there's no reason to use a packed struct. llvm-svn: 76854
Loading
Please register or sign in to comment