We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6e976 commit 934532dCopy full SHA for 934532d
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2853,7 +2853,6 @@ void AsmPrinter::emitConstantPool() {
2853
// Print assembly representations of the jump tables used by the current
2854
// function.
2855
void AsmPrinter::emitJumpTableInfo() {
2856
- const DataLayout &DL = MF->getDataLayout();
2857
const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
2858
if (!MJTI) return;
2859
if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return;
0 commit comments