1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix "no newline at end of file" warning from gcc.

llvm-svn: 76127
This commit is contained in:
Jeffrey Yasskin 2009-07-16 23:58:14 +00:00
parent 1c2b8cc518
commit 5509582ad0

View File

@ -644,4 +644,4 @@ void LLVMContext::erase(MDString *M) {
void LLVMContext::erase(MDNode *M) {
pImpl->erase(M);
}
}