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:
9dce2b3
)
Add a newline at the end to avoid gcc warnings.
author
Reid Spencer
<rspencer@reidspencer.com>
Tue, 14 Mar 2006 05:59:52 +0000
(
05:59
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Tue, 14 Mar 2006 05:59:52 +0000
(
05:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26749
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/IntrinsicEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/IntrinsicEmitter.cpp
b/utils/TableGen/IntrinsicEmitter.cpp
index 074a8dbfc86bc0d9e9d9c0c18d78d6f653966ab2..8aa29c7c16d14b82c3410f0daca495f610d847f2 100644
(file)
--- a/
utils/TableGen/IntrinsicEmitter.cpp
+++ b/
utils/TableGen/IntrinsicEmitter.cpp
@@
-252,4
+252,4
@@
EmitGCCBuiltinList(const std::vector<CodeGenIntrinsic> &Ints, std::ostream &OS){
}
OS << " }\n";
OS << "#endif\n\n";
-}
\ No newline at end of file
+}