Merged 2.056

This commit is contained in:
Alexey Prokhin
2011-12-02 21:50:52 +04:00
65 changed files with 6538 additions and 1122 deletions

View File

@@ -211,7 +211,7 @@ struct Module : Package
llvm::StructType* moduleInfoType;
// array ops emitted in this module already
StringTable arrayfuncs;
AA *arrayfuncs;
bool isRoot;
#endif