Commit 0114c8d5 authored by Bill Wendling's avatar Bill Wendling
Browse files

Revert r102604. It was breaking 32-bit Linux. See

parent 48545b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;