1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Add missing newlines at EOF; NFC

This commit is contained in:
Sven van Haastregt 2020-02-12 15:57:25 +00:00
parent 8e04b2e1e4
commit 9c2e7dd6ae
9 changed files with 9 additions and 9 deletions

View File

@ -70,4 +70,4 @@ private:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -57,4 +57,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -38,4 +38,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H

View File

@ -70,4 +70,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H

View File

@ -42,4 +42,4 @@ protected:
} // namespace pdb
} // namespace llvm
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H

View File

@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
return makeArrayRef(OMFSegMapDescFlagNames);
}
}
}
}

View File

@ -63,4 +63,4 @@ SymIndexId NativeTypeArray::getTypeId() const {
Record.getElementType());
}
uint64_t NativeTypeArray::getLength() const { return Record.Size; }
uint64_t NativeTypeArray::getLength() const { return Record.Size; }

View File

@ -75,4 +75,4 @@ Optional<StringRef> ExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) {
return ExceptStr;
}
}
}

View File

@ -302,4 +302,4 @@ FunctionPass *llvm::createCFGuardCheckPass() {
FunctionPass *llvm::createCFGuardDispatchPass() {
return new CFGuard(CFGuard::CF_Dispatch);
}
}