summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-07 16:32:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-07 16:32:35 +0000
commit49011b52fcba02a6051957b84705159f52fae4e4 (patch)
tree99654a7bec5100d4946dd9006e41d4718e0f14bd /include/llvm
parentd39c594d39df7f283c2fb8a704a3f31c501180d9 (diff)
Notes
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/ADT/SmallVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h
index 1d6181a95da36..fec6bcd628cce 100644
--- a/include/llvm/ADT/SmallVector.h
+++ b/include/llvm/ADT/SmallVector.h
@@ -61,7 +61,7 @@ protected:
// number of union instances for the space, which guarantee maximal alignment.
struct U {
#ifdef __GNUC__
- char X __attribute__((aligned(8)));
+ char X __attribute__((aligned));
#else
union {
double D;