Fix a name clash that was breaking MSVC builds.

llvm-svn: 98852
This commit is contained in:
Benjamin Kramer 2010-03-18 19:34:06 +00:00
parent cb4935018d
commit f9c044f6dc
1 changed files with 1 additions and 1 deletions

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;