mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 05:40:30 +00:00
WebAssembly: NFC fix release build break, unused variable.
Summary: Caused by D11914, pointed out by blaikie. Subscribers: llvm-commits, jfb, dblaikie Differential Revision: http://reviews.llvm.org/D11929 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddbe8126b1
commit
624a11dc4f
@ -126,6 +126,7 @@ void WebAssemblyAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
auto Written =
|
||||
FP.convertToHexString(buf, /*hexDigits=*/0, /*upperCase=*/false,
|
||||
APFloat::rmNearestTiesToEven);
|
||||
(void)Written;
|
||||
assert(Written != 0);
|
||||
assert(Written < BufBytes);
|
||||
OS << ' ' << buf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user