[SelectionDAGISel] Suppress a -Wunused-but-set-variable warning in release builds. NFC

llvm-svn: 345761
This commit is contained in:
Craig Topper 2018-10-31 18:46:15 +00:00
parent dbb117acf2
commit eeac12af6d
1 changed files with 1 additions and 0 deletions

View File

@ -1156,6 +1156,7 @@ static void mapWasmLandingPadIndex(MachineBasicBlock *MBB,
}
}
assert(IntrFound && "wasm.landingpad.index intrinsic not found!");
(void)IntrFound;
}
}