mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Changes to be GCC3.1 friendly
llvm-svn: 3187
This commit is contained in:
parent
303fa649e3
commit
15ef3929ae
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user