summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/SubtargetFeature.cpp
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-08-22 11:55:22 +0000
committerDavide Italiano <davide@freebsd.org>2016-08-22 11:55:22 +0000
commit80d379f228409f8d8481a265e04bcb5e082c0e74 (patch)
treeed36bff8085428fc3c316bb6a990131501145b66 /llvm/lib/MC/SubtargetFeature.cpp
parentb59b27040efbc1ac03427a5ff0eceec527202cc0 (diff)
downloadbcm5719-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/SubtargetFeature.cpp')
-rw-r--r--llvm/lib/MC/SubtargetFeature.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/SubtargetFeature.cpp b/llvm/lib/MC/SubtargetFeature.cpp
index a97cd1db693..32f06f8a7d6 100644
--- a/llvm/lib/MC/SubtargetFeature.cpp
+++ b/llvm/lib/MC/SubtargetFeature.cpp
@@ -282,13 +282,11 @@ void SubtargetFeatures::print(raw_ostream &OS) const {
OS << "\n";
}
-#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
/// dump - Dump feature info.
///
LLVM_DUMP_METHOD void SubtargetFeatures::dump() const {
print(dbgs());
}
-#endif
/// Adds the default features for the specified target triple.
///
OpenPOWER on IntegriCloud