diff options
author | Davide Italiano <davide@freebsd.org> | 2015-10-25 19:13:36 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2015-10-25 19:13:36 +0000 |
commit | 0c34243ac10edc836308be423892a65a94cd108d (patch) | |
tree | e8f73d437b666d2aa7f9e4e42d03614be6ac1b35 /llvm/include | |
parent | 331521c688555a430a177e880ccdd5dd1774c439 (diff) | |
download | bcm5719-llvm-0c34243ac10edc836308be423892a65a94cd108d.tar.gz bcm5719-llvm-0c34243ac10edc836308be423892a65a94cd108d.zip |
[ScalarEvolution] Get rid of NDEBUG in header.
llvm-svn: 251249
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolution.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolution.h b/llvm/include/llvm/Analysis/ScalarEvolution.h index 0413b6849bd..f85d328e1c8 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolution.h +++ b/llvm/include/llvm/Analysis/ScalarEvolution.h @@ -127,12 +127,6 @@ namespace llvm { /// Print out the internal representation of this scalar to the specified /// stream. This should really only be used for debugging purposes. void print(raw_ostream &OS) const; - -#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) - /// This method is used for debugging. - /// - void dump() const; -#endif }; // Specialize FoldingSetTrait for SCEV to avoid needing to compute |