[all-commits] [llvm/llvm-project] da57ce: [examples] Remove unused variable 'BB' in BrainF.c...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Sep 19 00:47:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da57ced76dbb48dd91a3b9221a00e8afc079ddc9
https://github.com/llvm/llvm-project/commit/da57ced76dbb48dd91a3b9221a00e8afc079ddc9
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M llvm/examples/BrainF/BrainF.cpp
Log Message:
-----------
[examples] Remove unused variable 'BB' in BrainF.cpp (NFC)
/Users/jiefu/llvm-project/llvm/examples/BrainF/BrainF.cpp:92:15: error: unused variable 'BB' [-Werror,-Wunused-variable]
BasicBlock* BB = builder->GetInsertBlock();
^
1 error generated.
More information about the All-commits
mailing list