From 80d379f228409f8d8481a265e04bcb5e082c0e74 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Mon, 22 Aug 2016 11:55:22 +0000 Subject: [MC] Remove guard(s). NFCI. All the methods are already marked with LLVM_DUMP_METHOD. llvm-svn: 279428 --- llvm/lib/MC/SubtargetFeature.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/MC/SubtargetFeature.cpp') 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. /// -- cgit v1.2.3