summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-01-15 21:44:14 +0000
committerBob Wilson <bob.wilson@apple.com>2014-01-15 21:44:14 +0000
commit7fa843cfef65449f559049044762c680a857e537 (patch)
treec260559ebc267e1e2802ba9b47258724f59ef8df /include/llvm
parent070764ee855463a2c9224138bc056fa4f2ef06da (diff)
downloadllvm-7fa843cfef65449f559049044762c680a857e537.tar.gz
llvm-7fa843cfef65449f559049044762c680a857e537.tar.bz2
llvm-7fa843cfef65449f559049044762c680a857e537.tar.xz
Remove support for armv7f slice. <rdar://problem/12478440>
This was never used for anything so we should just get rid of it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Support/MachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h
index 897a6112f5..474c2f000e 100644
--- a/include/llvm/Support/MachO.h
+++ b/include/llvm/Support/MachO.h
@@ -973,7 +973,7 @@ namespace llvm {
CPU_SUBTYPE_ARM_V5TEJ = 7,
CPU_SUBTYPE_ARM_XSCALE = 8,
CPU_SUBTYPE_ARM_V7 = 9,
- CPU_SUBTYPE_ARM_V7F = 10,
+ // unused ARM_V7F = 10,
CPU_SUBTYPE_ARM_V7S = 11,
CPU_SUBTYPE_ARM_V7K = 12,
CPU_SUBTYPE_ARM_V6M = 14,