forked from OSchip/llvm-project
[SelectionDAGISel] Suppress a -Wunused-but-set-variable warning in release builds. NFC
llvm-svn: 345761
This commit is contained in:
parent
dbb117acf2
commit
eeac12af6d
|
@ -1156,6 +1156,7 @@ static void mapWasmLandingPadIndex(MachineBasicBlock *MBB,
|
|||
}
|
||||
}
|
||||
assert(IntrFound && "wasm.landingpad.index intrinsic not found!");
|
||||
(void)IntrFound;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue