Skip to content

Commit

Permalink
remove unused var after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingl-llvm committed Jan 27, 2025
1 parent fa6e976 commit 934532d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,6 @@ void AsmPrinter::emitConstantPool() {
// Print assembly representations of the jump tables used by the current
// function.
void AsmPrinter::emitJumpTableInfo() {
const DataLayout &DL = MF->getDataLayout();
const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
if (!MJTI) return;
if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;
Expand Down

0 comments on commit 934532d

Please sign in to comment.