[llvm] 50219c8 - [PowerPC] [NFC] Refine PowerPC GISel files according to clang-tidy checks (#129780)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 12:38:15 PST 2025
Author: Marcus Boay
Date: 2025-03-06T15:38:12-05:00
New Revision: 50219c8af22f9b1b7b3c6e584ded75611f612abf
URL: https://github.com/llvm/llvm-project/commit/50219c8af22f9b1b7b3c6e584ded75611f612abf
DIFF: https://github.com/llvm/llvm-project/commit/50219c8af22f9b1b7b3c6e584ded75611f612abf.diff
LOG: [PowerPC] [NFC] Refine PowerPC GISel files according to clang-tidy checks (#129780)
Code cleanup for PowerPC GISel files such as renaming header guards and
removing unused includes.
Added:
Modified:
llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h b/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
index 17e8c57e563f8..29b49eb3146f1 100644
--- a/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
+++ b/llvm/lib/Target/PowerPC/GISel/PPCCallLowering.h
@@ -16,7 +16,6 @@
#include "PPCISelLowering.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
-#include "llvm/IR/CallingConv.h"
namespace llvm {
diff --git a/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h b/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
index c73186d3d0c11..64be7331514e1 100644
--- a/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
+++ b/llvm/lib/Target/PowerPC/GISel/PPCLegalizerInfo.h
@@ -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"
diff --git a/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h b/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
index 332a34fe022dd..3d84cd555504a 100644
--- a/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
+++ b/llvm/lib/Target/PowerPC/GISel/PPCRegisterBankInfo.h
@@ -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"
More information about the llvm-commits
mailing list