forked from OSchip/llvm-project
Remove `alignas(8) from TypeStorage class
This is here from history at a time where it was bit-packed and storage was dependent on this. PiperOrigin-RevId: 240071093
This commit is contained in:
parent
d9b5bc8f55
commit
5c8113ef80
|
@ -50,7 +50,7 @@ namespace detail {
|
|||
class TypeUniquer;
|
||||
|
||||
/// Base storage class appearing in a Type.
|
||||
struct alignas(8) TypeStorage {
|
||||
struct TypeStorage {
|
||||
friend TypeUniquer;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in New Issue