diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:59:52 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:59:52 +0000 |
commit | 767a25b8788b5e313c99c16b4d359478432901f5 (patch) | |
tree | 816f1521b77ae295d348386a4a3f3c9e159caed9 /utils/TableGen/IntrinsicEmitter.cpp | |
parent | 9dce2b33807f47d794b0482313ae3fe0d275c833 (diff) |
Add a newline at the end to avoid gcc warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/IntrinsicEmitter.cpp')
-rw-r--r-- | utils/TableGen/IntrinsicEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index 074a8dbfc8..8aa29c7c16 100644 --- 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 +} |