Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp. llvm-svn: 32298
This commit is contained in:
@@ -76,8 +76,8 @@ bool LoaderPass::runOnModule(Module &M) {
|
||||
TerminatorInst *TI = BB->getTerminator();
|
||||
if (SuccNum >= TI->getNumSuccessors()) {
|
||||
if (!PrintedWarning) {
|
||||
llvm_cerr << "WARNING: profile information is inconsistent with "
|
||||
<< "the current program!\n";
|
||||
cerr << "WARNING: profile information is inconsistent with "
|
||||
<< "the current program!\n";
|
||||
PrintedWarning = true;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user