[all-commits] [llvm/llvm-project] 1b9fde: [TII] remove overrides of isUnpredicatedTerminator

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Apr 28 08:48:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b9fdec1f6fb34e2e580b18728e626acd63ac6b5
      https://github.com/llvm/llvm-project/commit/1b9fdec1f6fb34e2e580b18728e626acd63ac6b5
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetInstrInfo.h
    M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
    M llvm/lib/Target/MSP430/MSP430InstrInfo.h
    M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.h

  Log Message:
  -----------
  [TII] remove overrides of isUnpredicatedTerminator

Summary:
They all match the base implementation in
TargetInstrInfo::isUnpredicatedTerminator.

Follow up to D62749.

Reviewers: echristo, MaskRay, hfinkel

Reviewed By: echristo

Subscribers: wuzish, nemanjai, hiraditya, kbarton, llvm-commits, srhines

Tags: #llvm

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




More information about the All-commits mailing list