Fix for bug 348.

The SymbolTable changes caused this one too.

llvm-svn: 13859
This commit is contained in:
Reid Spencer 2004-05-27 21:58:13 +00:00
parent 1c6f9b4304
commit 4148139dd9
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ namespace { // Anonymous namespace for class
WriteValue(V1);
WriteType(T2);
WriteValue(V3);
Broken = true;
}
};