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)
commite2c33715bc6064955afd452db9a9f8d2366f4e23
tree3e33f478b137e61b1e82aa200a57012154255f89
parent2c3045f1b97f37aaf04c0130e4b1fb409007f991
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.

llvm-svn: 224035
llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
llvm/lib/Target/ARM/ARMInstrInfo.td
llvm/lib/Target/ARM/ARMInstrThumb.td
llvm/lib/Target/ARM/ARMSubtarget.cpp