mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Realized I had undone one change too many - this should build just fine
Swift SVN r13272
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user