[all-commits] [llvm/llvm-project] 6f2477: [NFC][PowerPC] Change PPCSubTarget (introduced fro...
Amy Kwan via All-commits
all-commits at lists.llvm.org
Sat Sep 26 15:54:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6f24774fc4e296b9047e5873c070af4e0fd638e5
https://github.com/llvm/llvm-project/commit/6f24774fc4e296b9047e5873c070af4e0fd638e5
Author: Amy Kwan <amy.kwan1 at ibm.com>
Date: 2020-09-26 (Sat, 26 Sep 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Log Message:
-----------
[NFC][PowerPC] Change PPCSubTarget (introduced from D87671) to Subtarget
In D87671, it introduced PPCSubTarget in PPCISelDAGToDAG. This should have been
Subtarget instead. This patch changes PPCSubTarget into Subtarget.
More information about the All-commits
mailing list