Skip to content

Commit 934532d

Browse files
remove unused var after refactoring
1 parent fa6e976 commit 934532d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2853,7 +2853,6 @@ void AsmPrinter::emitConstantPool() {
28532853
// Print assembly representations of the jump tables used by the current
28542854
// function.
28552855
void AsmPrinter::emitJumpTableInfo() {
2856-
const DataLayout &DL = MF->getDataLayout();
28572856
const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
28582857
if (!MJTI) return;
28592858
if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;

0 commit comments

Comments
 (0)