mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 22:01:56 +00:00
trivial cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39979ea43f
commit
c76ea439b6
@ -161,8 +161,8 @@ inline void BytecodeWriter::output_double(double& DoubleVal) {
|
||||
Out.push_back( static_cast<unsigned char>( (i >> 56) & 0xFF));
|
||||
}
|
||||
|
||||
inline BytecodeBlock::BytecodeBlock(unsigned ID, BytecodeWriter& w,
|
||||
bool elideIfEmpty, bool hasLongFormat )
|
||||
inline BytecodeBlock::BytecodeBlock(unsigned ID, BytecodeWriter &w,
|
||||
bool elideIfEmpty, bool hasLongFormat)
|
||||
: Id(ID), Writer(w), ElideIfEmpty(elideIfEmpty), HasLongFormat(hasLongFormat){
|
||||
|
||||
if (HasLongFormat) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user