mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a6c7fc872
commit
ec99c90ea5
@ -177,11 +177,11 @@ namespace llvm {
|
||||
|
||||
bool isValidDwarfFileNumber(unsigned FileNumber);
|
||||
|
||||
bool hasDwarfFiles(void) {
|
||||
return MCDwarfFiles.size() != 0;
|
||||
bool hasDwarfFiles() const {
|
||||
return !MCDwarfFiles.empty();
|
||||
}
|
||||
bool hasDwarfLines(void) {
|
||||
return MCLineSectionOrder.size() != 0;
|
||||
bool hasDwarfLines() const {
|
||||
return !MCLineSectionOrder.empty();
|
||||
}
|
||||
|
||||
const std::vector<MCDwarfFile *> &getMCDwarfFiles() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user