diff options
author | Kit Barton <kbarton@ca.ibm.com> | 2020-06-09 16:18:02 -0500 |
---|---|---|
committer | Kit Barton <kbarton@ca.ibm.com> | 2020-06-26 11:23:38 -0500 |
commit | 5ca75130f5cd5dbadee705acccca826d059cce23 (patch) | |
tree | 254ad36e378845fdb7a65eb48a582ff1592c815c /clang/lib/Basic/SourceManager.cpp | |
parent | 30deabf89f93f724315e803ebcb2df09b8d36f2a (diff) | |
download | llvm-5ca75130f5cd5dbadee705acccca826d059cce23.zip llvm-5ca75130f5cd5dbadee705acccca826d059cce23.tar.gz llvm-5ca75130f5cd5dbadee705acccca826d059cce23.tar.bz2 |
[PPC][NFC] Add Subtarget and replace all uses of PPCSubTarget with Subtarget.
Summary:
In preparation for GlobalISel, PPCSubTarget needs to be renamed to Subtarget as there places in GlobalISel that assume the presence of the variable Subtarget.
This patch introduces the variable Subtarget, and replaces all existing uses of PPCSubTarget with Subtarget. A subsequent patch will remove the definiton of
PPCSubTarget, once any downstream users have the opportunity to rename any uses they have.
Reviewers: hfinkel, nemanjai, jhibbits, #powerpc, echristo, lkail
Reviewed By: #powerpc, echristo, lkail
Subscribers: echristo, lkail, wuzish, nemanjai, hiraditya, jfb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81623
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions