Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TableGen] Fix unused-variable warnings in CodeGenSchedule.cpp (NFC)
/llvm-project/llvm/utils/TableGen/Common/CodeGenSchedule.cpp:1704:32: error: unused variable 'Seq' [-Werror,-Wunused-variable] SmallVectorImpl<unsigned> &Seq = ^ /llvm-project/llvm/utils/TableGen/Common/CodeGenSchedule.cpp:1713:32: error: unused variable 'Seq' [-Werror,-Wunused-variable] SmallVectorImpl<unsigned> &Seq = ^ 2 errors generated.
- Loading branch information