Fix for bug 348.

The SymbolTable changes caused this one too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-05-27 21:58:13 +00:00
parent aeb3c80e8d
commit 5dff158858

View File

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