commit | f3baad3ee14689641493a578f3a1561cb15ac517 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Dec 07 01:30:32 2006 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Dec 07 01:30:32 2006 +0000 |
tree | 9259790ab0eabbd126ea6426cd08226883090062 | |
parent | d8e7451dc3414cfc43a7622e5f0051a5ac5e94a2 [diff] [blame] |
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. llvm-svn: 32298
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index 1895760..b33e414 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp
@@ -80,7 +80,7 @@ } void Loop::dump() const { - print(llvm_cerr); + print(cerr); }