summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IntervalMap.h
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
commit805f105da0e15c3c63c5d5e9df0140d3421b4a55 (patch)
treef50842635ca7f299e28d3ff345a34ff6f652a8cf /include/llvm/ADT/IntervalMap.h
parente8e98d7f2eaa0613442ce21ab6a040c0f04f5b4d (diff)
downloadllvm-805f105da0e15c3c63c5d5e9df0140d3421b4a55.tar.gz
llvm-805f105da0e15c3c63c5d5e9df0140d3421b4a55.tar.bz2
llvm-805f105da0e15c3c63c5d5e9df0140d3421b4a55.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/IntervalMap.h')
-rw-r--r--include/llvm/ADT/IntervalMap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm/ADT/IntervalMap.h b/include/llvm/ADT/IntervalMap.h
index 8606a178b7..896b5096da 100644
--- a/include/llvm/ADT/IntervalMap.h
+++ b/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 {