Changes to be GCC3.1 friendly

llvm-svn: 3187
This commit is contained in:
Chris Lattner 2002-07-31 19:32:14 +00:00
parent c70601cd67
commit ad5a79527f
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@ int main(int argc, char **argv) {
Passes.add(new ModulePassPrinter(Analysis));
} else
cerr << argv[0] << ": cannot create pass: "
<< Analysis->getPassName() << "\n";
std::cerr << argv[0] << ": cannot create pass: "
<< Analysis->getPassName() << "\n";
}
Passes.run(*CurMod);