[all-commits] [llvm/llvm-project] 86f564: [SimplifyCFG] Remove unused variable 'Inc' (NFC)
Jie Fu via All-commits
all-commits at lists.llvm.org
Sun Jun 25 18:00:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86f564edc0d65d1da947a1f03099c57fecb2d865
https://github.com/llvm/llvm-project/commit/86f564edc0d65d1da947a1f03099c57fecb2d865
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[SimplifyCFG] Remove unused variable 'Inc' (NFC)
/data/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp:6051:10: error: unused variable 'Inc' [-Werror,-Wunused-variable]
bool Inc, Wrapped = false;
^
1 error generated.
More information about the All-commits
mailing list