TargetLoweringBase: Remove unnecessary watchos exception; NFC
authorMatthias Braun <matze@braunis.de>
Mon, 18 Dec 2017 23:33:28 +0000 (23:33 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 18 Dec 2017 23:33:28 +0000 (23:33 +0000)
commit0282091c9fe7b79adf51964817a19de265c609d7
tree49c4798383d07599283dbfed8d1e22c44a78dad4
parent9dbd6cc82381d0c8c0346ae6f231f69e14744acb
TargetLoweringBase: Remove unnecessary watchos exception; NFC

WatchOS isn't report as iOS (as opposed to tvos) so the exception I
added in my last commit wasn't necessary after all.

llvm-svn: 321041
llvm/lib/CodeGen/TargetLoweringBase.cpp