summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Streams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/Streams.cpp')
-rw-r--r--llvm/lib/Support/Streams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Streams.cpp b/llvm/lib/Support/Streams.cpp
index 02aec1fff8a..3d20e9aea35 100644
--- a/llvm/lib/Support/Streams.cpp
+++ b/llvm/lib/Support/Streams.cpp
@@ -16,7 +16,7 @@
#include <iostream>
using namespace llvm;
-OStream llvm::NullStream;
+OStream llvm::cnull;
OStream llvm::cout(std::cout);
OStream llvm::cerr(std::cerr);
IStream llvm::cin(std::cin);
OpenPOWER on IntegriCloud