commit | 1362602eb26734114a27ebb6b28db6c4dd412dec | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Aug 23 06:03:38 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Aug 23 06:03:38 2009 +0000 |
tree | c2b967c6b1d6ef24795302bc09699d2f3cc54b0d | |
parent | 817b3012bc81cd8f69625850731a71be69e9e80a [diff] [blame] |
Change Pass::print to take a raw ostream instead of std::ostream, update all code that this affects. llvm-svn: 79830
diff --git a/llvm/lib/Support/ConstantRange.cpp b/llvm/lib/Support/ConstantRange.cpp index 2a3da45..423e90d 100644 --- a/llvm/lib/Support/ConstantRange.cpp +++ b/llvm/lib/Support/ConstantRange.cpp
@@ -597,9 +597,4 @@ print(errs()); } -std::ostream &llvm::operator<<(std::ostream &o, - const ConstantRange &CR) { - raw_os_ostream OS(o); - OS << CR; - return o; -} +