Skip to content

Commit

Permalink
Update llvm/utils/TableGen/CodeGenFormat.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored May 2, 2024
1 parent e9d6f28 commit 6ed57a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/utils/TableGen/CodeGenFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ void TGInstrLayout::emitFormat(ConstTable &FieldsHierarchy, ConstTable &o,

const std::string TargetClassName = Target + SlotsRegistry.GenSlotKindName;

auto end = slots().end();
bool firstIter = true;
for (const auto &SlotField : slots()) {
if (!firstIter)
Expand Down

0 comments on commit 6ed57a2

Please sign in to comment.