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

http://llvm.org/bugs/show_bug.cgi?id=8153


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@115183 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2010-09-30 18:05:47 +00:00
parent 15c8c33d52
commit 1e69e8d75c
+1 -1
View File
@@ -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;