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:
parent
2fa523cbd7
commit
d6a976f1da
@ -61,7 +61,7 @@ protected:
|
||||
#ifdef __GNUC__
|
||||
char X __attribute__((aligned));
|
||||
#else
|
||||
union U {
|
||||
union {
|
||||
double D;
|
||||
long double LD;
|
||||
long long L;
|
||||
|
Loading…
Reference in New Issue
Block a user