projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea1b50
)
Fix a name clash that was breaking MSVC builds.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Thu, 18 Mar 2010 19:34:06 +0000
(19:34 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Thu, 18 Mar 2010 19:34:06 +0000
(19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98852
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/SmallVector.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/SmallVector.h
b/include/llvm/ADT/SmallVector.h
index c4507a917f3e22c36b8a11f0b01ed098a693e1d4..c2afb7e681d18895a2090e62fdfc45e1d2eca73b 100644
(file)
--- a/
include/llvm/ADT/SmallVector.h
+++ b/
include/llvm/ADT/SmallVector.h
@@
-61,7
+61,7
@@
protected:
#ifdef __GNUC__
char X __attribute__((aligned));
#else
- union
U
{
+ union {
double D;
long double LD;
long long L;