[LLVM][NFC] remove unused fields
commitad0220af65c8992793e857d5a0ba18752d94e791
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 23 Aug 2019 20:49:06 +0000 (23 20:49 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 23 Aug 2019 20:49:06 +0000 (23 20:49 +0000)
treee021ec5eb3902242cc0f07c9e1a218972eaeaf1a
parent7336876ebeb27bf61e431a7eb818aca0f90b94bf
[LLVM][NFC] remove unused fields

Summary:
Here is the commit introducing the fields
https://github.com/llvm/llvm-project/commit/cf6749e4c091

It dates back from 2006 and was used by AArch64 backend.
There is no more reference to these fields in the whole codebase so I think it's fine.

Reviewers: courbet

Subscribers: javed.absar, kristof.beyls, hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369810 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/TargetLoweringBase.cpp