mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-09 11:41:02 +00:00
tidy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93352 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a46a34431c
commit
4d2419d751
@ -8,10 +8,10 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/MC/MCSectionELF.h"
|
||||
#include "llvm/MC/MCContext.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/MC/MCAsmInfo.h"
|
||||
|
||||
#include "llvm/MC/MCContext.h"
|
||||
#include "llvm/MC/MCSymbol.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
using namespace llvm;
|
||||
|
||||
MCSectionELF *MCSectionELF::
|
||||
@ -37,7 +37,6 @@ bool MCSectionELF::ShouldOmitSectionDirective(const char *Name,
|
||||
|
||||
// ShouldPrintSectionType - Only prints the section type if supported
|
||||
bool MCSectionELF::ShouldPrintSectionType(unsigned Ty) const {
|
||||
|
||||
if (IsExplicit && !(Ty == SHT_NOBITS || Ty == SHT_PROGBITS))
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user