diff options
Diffstat (limited to 'llvm/lib/Support/ConstantRange.cpp')
| -rw-r--r-- | llvm/lib/Support/ConstantRange.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
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 @@ void ConstantRange::dump() const { print(errs()); } -std::ostream &llvm::operator<<(std::ostream &o, - const ConstantRange &CR) { - raw_os_ostream OS(o); - OS << CR; - return o; -} + |
