ARM: convert isTargetIOS checks to isTargetDarwin.
authorTim Northover <tnorthover@apple.com>
Thu, 11 Dec 2014 18:49:37 +0000 (18:49 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 11 Dec 2014 18:49:37 +0000 (18:49 +0000)
commitc875ab329b93a9ebe39486397cb12ab1868b8bac
treeb6eaf5df88f48760143abe042a9945bf17502e88
parent31f6bdbbbeb24616a5e6bb06b720055533750178
ARM: convert isTargetIOS checks to isTargetDarwin.

The distinction is mostly useful in the front-end. By the time we get here,
there are very few situations where we actually want different behaviour for
Darwin and IOS (in fact Darwin mostly just exists in a few tests). So this
should reduce any surprising weirdness for anyone using it.

No functional change on anything anyone actually cares about.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMSubtarget.cpp