projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce032b4
)
Fix "no newline at end of file" warning from gcc.
author
Jeffrey Yasskin
<jyasskin@google.com>
Thu, 16 Jul 2009 23:58:14 +0000
(23:58 +0000)
committer
Jeffrey Yasskin
<jyasskin@google.com>
Thu, 16 Jul 2009 23:58:14 +0000
(23:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76127
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/LLVMContext.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/LLVMContext.cpp
b/lib/VMCore/LLVMContext.cpp
index f7f8addbe80f3c1aa3b80c3758b2cea4ef05362a..4d847a7102fe6a20fd20a5f8d36a0cdb8d16efd0 100644
(file)
--- a/
lib/VMCore/LLVMContext.cpp
+++ b/
lib/VMCore/LLVMContext.cpp
@@
-644,4
+644,4
@@
void LLVMContext::erase(MDString *M) {
void LLVMContext::erase(MDNode *M) {
pImpl->erase(M);
-}
\ No newline at end of file
+}