]> granicus.if.org Git - llvm/commit
Remove stale and unused (MC)TargetOptions comparators.
authorTeresa Johnson <tejohnson@google.com>
Fri, 24 Mar 2017 12:50:45 +0000 (12:50 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 24 Mar 2017 12:50:45 +0000 (12:50 +0000)
commitc85444ebf66911fc094830e2a48e7aafcbd889a5
treebc1a57768a9b4786e762403550b97311bd832106
parenta7af2e0acbcf21e7779405e4326602bdde9d727d
Remove stale and unused (MC)TargetOptions comparators.

Summary:
I discovered accidentally that the operator== for TargetOptions
is stale - it is missing many fields that have been added over
the recent years. It isn't used, so remove it. Ditto for the
comparator in MCTargetOptions, which doesn't seem stale yet but is
unused.

Reviewers: echristo

Subscribers: llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D31301

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298700 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetOptions.h
include/llvm/Target/TargetOptions.h