mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Fix opt -Werror build
llvm-svn: 121904
This commit is contained in:
parent
68e1ed8752
commit
d59894002d
@ -49,6 +49,7 @@ void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size,
|
||||
unsigned AddrSpace) {
|
||||
assert(Size <= 8 && "Invalid size");
|
||||
unsigned Bits = 8 * Size;
|
||||
(void)Bits;
|
||||
assert((isUIntN(Bits, Value) || isIntN(Bits, Value)) && "Invalid size");
|
||||
char buf[8];
|
||||
// FIXME: Endianness assumption.
|
||||
|
Loading…
x
Reference in New Issue
Block a user