mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Toggle sense of flag
llvm-svn: 10838
This commit is contained in:
parent
bcd7372d19
commit
7cba50960d
@ -40,7 +40,7 @@ BytesWritten("bytecodewriter", "Number of bytecode bytes written");
|
||||
|
||||
|
||||
BytecodeWriter::BytecodeWriter(std::deque<unsigned char> &o, const Module *M)
|
||||
: Out(o), Table(M, false) {
|
||||
: Out(o), Table(M, true) {
|
||||
|
||||
outputSignature();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user