[all-commits] [llvm/llvm-project] f42785: [Polly] Remove unused variable 'IdentTy' in LoopGe...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Oct 17 04:49:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f42785d0c8886a65fbdd160b0ef47baa5931e582
https://github.com/llvm/llvm-project/commit/f42785d0c8886a65fbdd160b0ef47baa5931e582
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M polly/lib/CodeGen/LoopGeneratorsKMP.cpp
Log Message:
-----------
[Polly] Remove unused variable 'IdentTy' in LoopGeneratorsKMP.cpp (NFC)
/llvm-project/polly/lib/CodeGen/LoopGeneratorsKMP.cpp:396:15: error: unused variable 'IdentTy' [-Werror,-Wunused-variable]
StructType *IdentTy =
^
/llvm-project/polly/lib/CodeGen/LoopGeneratorsKMP.cpp:460:15: error: unused variable 'IdentTy' [-Werror,-Wunused-variable]
StructType *IdentTy =
^
2 errors generated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list