Report error if codegen tries to instantiate a ARM target when the cpu does support...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 11 Aug 2010 07:17:46 +0000 (07:17 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 11 Aug 2010 07:17:46 +0000 (07:17 +0000)
commit7b4d31176efe6894bcfaa05257dd5783acda5ddc
treede0b529d4c27ad838d16439ad33a01379342b6a0
parent8d62e713ea8c1597cc81da029a79925cbb125f4c
Report error if codegen tries to instantiate a ARM target when the cpu does support it. e.g. cortex-m* processors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110798 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
test/CodeGen/ARM/div.ll
test/CodeGen/Thumb2/div.ll