diff options
author | Davide Italiano <davide@freebsd.org> | 2016-08-22 11:55:22 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2016-08-22 11:55:22 +0000 |
commit | 80d379f228409f8d8481a265e04bcb5e082c0e74 (patch) | |
tree | ed36bff8085428fc3c316bb6a990131501145b66 /llvm/lib/MC/MCSection.cpp | |
parent | b59b27040efbc1ac03427a5ff0eceec527202cc0 (diff) | |
download | bcm5719-llvm-80d379f228409f8d8481a265e04bcb5e082c0e74.tar.gz bcm5719-llvm-80d379f228409f8d8481a265e04bcb5e082c0e74.zip |
[MC] Remove guard(s). NFCI.
All the methods are already marked with
LLVM_DUMP_METHOD.
llvm-svn: 279428
Diffstat (limited to 'llvm/lib/MC/MCSection.cpp')
-rw-r--r-- | llvm/lib/MC/MCSection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCSection.cpp b/llvm/lib/MC/MCSection.cpp index 32e4cce4f68..c5e4077a306 100644 --- a/llvm/lib/MC/MCSection.cpp +++ b/llvm/lib/MC/MCSection.cpp @@ -85,7 +85,6 @@ MCSection::getSubsectionInsertionPoint(unsigned Subsection) { return IP; } -#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP) LLVM_DUMP_METHOD void MCSection::dump() { raw_ostream &OS = llvm::errs(); @@ -98,7 +97,6 @@ LLVM_DUMP_METHOD void MCSection::dump() { } OS << "]>"; } -#endif MCSection::iterator MCSection::begin() { return Fragments.begin(); } |