1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 2fa523cbd7
commit d6a976f1da

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;