summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-11-19 18:51:46 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-11-19 18:51:46 +0000
commit55964f6a75a3746981a9933a1fb5126ce7b7011c (patch)
treebd9366b2ee9c74b0734f90c7cef51ef4cfe3df83
parent8fc96fc55594b51475d2674cf907ed80849af1a5 (diff)
downloadbcm5719-llvm-55964f6a75a3746981a9933a1fb5126ce7b7011c.tar.gz
bcm5719-llvm-55964f6a75a3746981a9933a1fb5126ce7b7011c.zip
Include raw_ostream.h unconditionally even if it is only used for debug code.
We don't want any clients acidentally depending on this and then failing in a -Asserts build. llvm-svn: 119818
-rw-r--r--llvm/include/llvm/ADT/IntervalMap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/include/llvm/ADT/IntervalMap.h b/llvm/include/llvm/ADT/IntervalMap.h
index 8606a178b7b..896b5096da5 100644
--- a/llvm/include/llvm/ADT/IntervalMap.h
+++ b/llvm/include/llvm/ADT/IntervalMap.h
@@ -106,10 +106,8 @@
#include <limits>
#include <iterator>
-// FIXME: Remove debugging code
-#ifndef NDEBUG
+// FIXME: Remove debugging code.
#include "llvm/Support/raw_ostream.h"
-#endif
namespace llvm {
OpenPOWER on IntegriCloud