1
0
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:
Chris Lattner 2004-01-14 02:50:16 +00:00
parent bcd7372d19
commit 7cba50960d

View File

@ -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();