aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-10-23 13:56:25 -0700
committerTim Murray <timmurray@google.com>2014-10-23 13:56:25 -0700
commitc50010f412ad39bda1b70cdc0f082597dcbacbb8 (patch)
treed7eded9cd4eb08b625ffba52051499f5b0b3145c /include
parent1aeaece93aae941bb1bbb3a226398a311dfe18e8 (diff)
downloadclang-c50010f412ad39bda1b70cdc0f082597dcbacbb8.tar.gz
This reverts commit 1aeaece93aae941bb1bbb3a226398a311dfe18e8. bug 18094492
Diffstat (limited to 'include')
-rw-r--r--include/clang/Driver/Options.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
index ab42aafedf..c37d2d88a4 100644
--- a/include/clang/Driver/Options.td
+++ b/include/clang/Driver/Options.td
@@ -1121,13 +1121,6 @@ def mno_long_calls : Flag<["-"], "mno-long-calls">, Group<m_arm_Features_Group>,
def mgeneral_regs_only : Flag<["-"], "mgeneral-regs-only">, Group<m_aarch64_Features_Group>,
HelpText<"Generate code which only uses the general purpose registers (AArch64 only)">;
-def mfix_cortex_a53_835769 : Flag<["-"], "mfix-cortex-a53-835769">,
- Group<m_aarch64_Features_Group>,
- HelpText<"Workaround Cortex-A53 erratum 835769 (AArch64 only)">;
-def mno_fix_cortex_a53_835769 : Flag<["-"], "mno-fix-cortex-a53-835769">,
- Group<m_aarch64_Features_Group>,
- HelpText<"Don't workaround Cortex-A53 erratum 835769 (AArch64 only)">;
-
def mvsx : Flag<["-"], "mvsx">, Group<m_ppc_Features_Group>;
def mno_vsx : Flag<["-"], "mno-vsx">, Group<m_ppc_Features_Group>;
def mfprnd : Flag<["-"], "mfprnd">, Group<m_ppc_Features_Group>;