Remove NaClX86_64TargetCodeGenInfo and NaClARMTargetCodeGenInfo
authorDerek Schuff <dschuff@google.com>
Thu, 29 Jan 2015 00:47:04 +0000 (00:47 +0000)
committerDerek Schuff <dschuff@google.com>
Thu, 29 Jan 2015 00:47:04 +0000 (00:47 +0000)
commit71658bd15e6e15c6a0be4c291d9786255ed79321
tree5ab608abaea5496c5fb6044e08333e7671d91259
parent1185fced3de79e47c14183f8b00dd8e620559da5
Remove NaClX86_64TargetCodeGenInfo and NaClARMTargetCodeGenInfo

Summary:
They just existed before to use NaCl's custom ABIInfos; now that those are gone,
the custom TargetCodeGenInfos are no longer needed either.

Test Plan: don't break the existing tests

Reviewers: jvoung

Subscribers: jfb, cfe-commits

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

llvm-svn: 227406
clang/lib/CodeGen/TargetInfo.cpp