Realized I had undone one change too many - this should build just fine

Swift SVN r13272
This commit is contained in:
Enrico Granata
2014-02-01 01:24:05 +00:00
parent 0f7d446d17
commit c0f101bbd9

View File

@@ -155,7 +155,7 @@ int main(int argc, char **argv) {
}
llvm::outs() << "ok!\n";
if (DumpModule) {
llvm::SmallVectorImpl<swift::Decl*> Decls;
llvm::SmallVector<swift::Decl*, 10> Decls;
Module->getTopLevelDecls(Decls);
for (auto Decl : Decls) {
Decl->dump(llvm::outs());