[clang] [PowerPC] cleaned dead code of PPC.cpp and PPC.h (PR #130994)

2025-03-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-powerpc Author: zhijian lin (diggerlin) Changes There are some variables in the PPC.h which are defined and assigned a value to them, but never be used, remove the code related to the variables. --- Full diff: https://github.com/llvm/llvm-proje

[clang] [PowerPC] cleaned dead code of PPC.cpp and PPC.h (PR #130994)

2025-03-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: zhijian lin (diggerlin) Changes There are some variables in the PPC.h which are defined and assigned a value to them, but never be used, remove the code related to the variables. --- Full diff: https://github.com/llvm/llvm-project/pull/13

[clang] [PowerPC] cleaned dead code of PPC.cpp and PPC.h (PR #130994)

2025-03-12 Thread zhijian lin via cfe-commits
https://github.com/diggerlin created https://github.com/llvm/llvm-project/pull/130994 There are some variables in the PPC.h which are defined and assigned a value to them, but never be used, remove the code related to the variables. >From 45a51fd46aeedd73fbfe5d9ae493eeb9084bc98c Mon Sep 17 00: