forked from OSchip/llvm-project
Fix for bug 348.
The SymbolTable changes caused this one too. llvm-svn: 13859
This commit is contained in:
parent
1c6f9b4304
commit
4148139dd9
|
@ -216,6 +216,7 @@ namespace { // Anonymous namespace for class
|
|||
WriteValue(V1);
|
||||
WriteType(T2);
|
||||
WriteValue(V3);
|
||||
Broken = true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue