Loading llvm/include/llvm/ADT/SmallVector.h +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ protected: // number of union instances for the space, which guarantee maximal alignment. struct U { #ifdef __GNUC__ char X __attribute__((aligned(8))); char X __attribute__((aligned)); #else union { double D; Loading Loading
llvm/include/llvm/ADT/SmallVector.h +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ protected: // number of union instances for the space, which guarantee maximal alignment. struct U { #ifdef __GNUC__ char X __attribute__((aligned(8))); char X __attribute__((aligned)); #else union { double D; Loading