summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2015-10-25 19:13:36 +0000
committerDavide Italiano <davide@freebsd.org>2015-10-25 19:13:36 +0000
commit0c34243ac10edc836308be423892a65a94cd108d (patch)
treee8f73d437b666d2aa7f9e4e42d03614be6ac1b35 /llvm/lib/Analysis
parent331521c688555a430a177e880ccdd5dd1774c439 (diff)
downloadbcm5719-llvm-0c34243ac10edc836308be423892a65a94cd108d.tar.gz
bcm5719-llvm-0c34243ac10edc836308be423892a65a94cd108d.zip
[ScalarEvolution] Get rid of NDEBUG in header.
llvm-svn: 251249
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index 007fb65d69e..38f57fc1a0d 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/lib/Analysis/ScalarEvolution.cpp
@@ -123,13 +123,6 @@ VerifySCEV("verify-scev",
// Implementation of the SCEV class.
//
-#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
-void SCEV::dump() const {
- print(dbgs());
- dbgs() << '\n';
-}
-#endif
-
void SCEV::print(raw_ostream &OS) const {
switch (static_cast<SCEVTypes>(getSCEVType())) {
case scConstant:
OpenPOWER on IntegriCloud