]> granicus.if.org Git - clang/commit
[mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 6 Jun 2016 09:07:08 +0000 (09:07 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 6 Jun 2016 09:07:08 +0000 (09:07 +0000)
commitb1dd22c0e2d01407da47b14027f985630f507b01
treeaa8d400154b63b9c86461573b7a12b50f6ecc25d
parent55baf1ea948aeb1a7c55bddb090e9e1eea7c06f2
[mips] Replace almost all Arch checks in MipsTargetInfo with ABI checks. NFC.

Summary:
setABI() is still tied to the Arch component of the Triple to preserve existing
behaviour.

Reviewers: atanasyan

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D20961

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp