[all-commits] [llvm/llvm-project] 4bdab5: [PPC] Remove old PPCSubTarget variable.

Kit Barton via All-commits all-commits at lists.llvm.org
Wed Jan 6 15:48:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bdab5482667784247aa4fc72d2f6f810ad44260
      https://github.com/llvm/llvm-project/commit/4bdab5482667784247aa4fc72d2f6f810ad44260
  Author: Kit Barton <kbarton at ca.ibm.com>
  Date:   2021-01-06 (Wed, 06 Jan 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCFastISel.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp

  Log Message:
  -----------
  [PPC] Remove old PPCSubTarget variable.

The PPCSubTarget variable has been replaced with the Subtarget variable. This
removes the remaining instances of PPCSubTarget as they are no longer necessary.




More information about the All-commits mailing list