[llvm] Ensure newlines at the end of files (NFC)

This patch eliminates pesky "No newline at end of file" messages from
git diff.
This commit is contained in:
Kazu Hirata 2021-02-17 23:58:44 -08:00
parent 8e13bbca08
commit e54579307b
2 changed files with 2 additions and 2 deletions

View File

@ -817,4 +817,4 @@ MDNode *AAMDNodes::ShiftTBAAStruct(MDNode *MD, size_t Offset) {
Sub.push_back(MD->getOperand(i + 2));
}
return MDNode::get(MD->getContext(), Sub);
}
}

View File

@ -288,4 +288,4 @@ std::array<uint8_t, 32> SHA256::hash(ArrayRef<uint8_t> Data) {
return Arr;
}
} // namespace llvm
} // namespace llvm