summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGCleanup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGCleanup.h')
-rw-r--r--lib/CodeGen/CGCleanup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGCleanup.h b/lib/CodeGen/CGCleanup.h
index 5530350b9b..93be3e6c15 100644
--- a/lib/CodeGen/CGCleanup.h
+++ b/lib/CodeGen/CGCleanup.h
@@ -230,7 +230,7 @@ public:
};
/// A cleanup scope which generates the cleanup blocks lazily.
-class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
+class alignas(8) EHCleanupScope : public EHScope {
/// The nearest normal cleanup scope enclosing this one.
EHScopeStack::stable_iterator EnclosingNormal;