aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaAttr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sema/SemaAttr.cpp')
-rw-r--r--lib/Sema/SemaAttr.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Sema/SemaAttr.cpp b/lib/Sema/SemaAttr.cpp
index df68f53da6..69f27b0ada 100644
--- a/lib/Sema/SemaAttr.cpp
+++ b/lib/Sema/SemaAttr.cpp
@@ -140,13 +140,8 @@ void Sema::ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind,
//
// FIXME: This is not true on Darwin/PPC.
case POAK_Native:
- case POAK_Natural:
- Context->push(0);
- Context->setAlignment(0);
- break;
-
- // FIXME: We just ignore #pragma options align=power for now.
case POAK_Power:
+ case POAK_Natural:
Context->push(0);
Context->setAlignment(0);
break;