[all-commits] [llvm/llvm-project] bc7f32: [X86] remove derived method w/ same impl as base
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Apr 27 17:41:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc7f3240e61e6cdc57195194277fdf5bfe348e77
https://github.com/llvm/llvm-project/commit/bc7f3240e61e6cdc57195194277fdf5bfe348e77
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
Log Message:
-----------
[X86] remove derived method w/ same impl as base
Summary:
While looking into issues with IfConverter, I noticed that
X86InstrInfo::isUnpredicatedTerminator matched its overriden
implementation in TargetInstrInfo::isUnpredicatedTerminator.
Reviewers: craig.topper, hfinkel, MaskRay, echristo
Reviewed By: MaskRay, echristo
Subscribers: hiraditya, llvm-commits, srhines
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D62749
More information about the All-commits
mailing list