Fix a name clash that was breaking MSVC builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98852 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-03-18 19:34:06 +00:00
parent aea1b501ce
commit d720712f67

View File

@ -61,7 +61,7 @@ protected:
#ifdef __GNUC__
char X __attribute__((aligned));
#else
union U {
union {
double D;
long double LD;
long long L;