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