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:
parent
8e04b2e1e4
commit
9c2e7dd6ae
@ -70,4 +70,4 @@ private:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -57,4 +57,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -38,4 +38,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEPOINTER_H
|
||||
|
@ -70,4 +70,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEUDT_H
|
||||
|
@ -42,4 +42,4 @@ protected:
|
||||
} // namespace pdb
|
||||
} // namespace llvm
|
||||
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
#endif // LLVM_DEBUGINFO_PDB_NATIVE_NATIVETYPEVTSHAPE_H
|
||||
|
@ -34,4 +34,4 @@ ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
|
||||
return makeArrayRef(OMFSegMapDescFlagNames);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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; }
|
||||
|
@ -75,4 +75,4 @@ Optional<StringRef> ExceptionBehaviorToStr(fp::ExceptionBehavior UseExcept) {
|
||||
return ExceptStr;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -302,4 +302,4 @@ FunctionPass *llvm::createCFGuardCheckPass() {
|
||||
|
||||
FunctionPass *llvm::createCFGuardDispatchPass() {
|
||||
return new CFGuard(CFGuard::CF_Dispatch);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user