Toggle sense of flag

llvm-svn: 10838
This commit is contained in:
Chris Lattner 2004-01-14 02:50:16 +00:00
parent 6089bb1f19
commit 1f018c2d01
1 changed files with 1 additions and 1 deletions

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