]> granicus.if.org Git - clang/commit
[mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsT...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 May 2016 11:51:02 +0000 (11:51 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 27 May 2016 11:51:02 +0000 (11:51 +0000)
commite0782af05559322e7609f3b0118e3c54827bcf08
tree59c5191ce4c01f2308eeee102ff132038004652b
parent364550bb645e45dbe825756403d7e4d8acc4de2d
[mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC

Summary:
This unifies mips/mipsel and mips64/mips64el into a single class so that we can
later support O32 on mips64/mips64el and N32/N64 on mips/mipsel (when an
appropriate CPU selected).

Reviewers: atanasyan

Subscribers: atanasyan, jfb, cfe-commits, dschuff

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

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