Skip to content

[PowerPC] [NFC] Refine PowerPC GISel files according to clang-tidy checks #129780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "PPCISelLowering.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/IR/CallingConv.h"

namespace llvm {

Expand Down
4 changes: 2 additions & 2 deletions llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/// This file declares the targeting of the Machinelegalizer class for PowerPC
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H
#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCMACHINELEGALIZER_H
#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H
#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCLEGALIZERINFO_H

#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"

Expand Down
4 changes: 2 additions & 2 deletions llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
///
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H
#define LLVM_LIB_TARGET_PPC_GISEL_PPCREGISTERBANKINFO_H
#ifndef LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H
#define LLVM_LIB_TARGET_POWERPC_GISEL_PPCREGISTERBANKINFO_H

#include "llvm/CodeGen/RegisterBank.h"
#include "llvm/CodeGen/RegisterBankInfo.h"
Expand Down