Add two missing ARM cpusubtypes to the switch statement in
authorKevin Enderby <enderby@apple.com>
Thu, 7 Aug 2014 21:30:25 +0000 (21:30 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 7 Aug 2014 21:30:25 +0000 (21:30 +0000)
commit31dec853c6aef802175651591bd76143de22ab91
treecb41360284c0fe7a1938fd504c2de4d3493112a9
parentd4748bbd497b550a4e5db246c6708fcd6de542da
Add two missing ARM cpusubtypes to the switch statement in
MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType) .

Upcoming changes will cause existing test cases to use this but
I wanted to check in this obvious change separately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215150 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp