From 767a25b8788b5e313c99c16b4d359478432901f5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 14 Mar 2006 05:59:52 +0000 Subject: [PATCH] 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 --- utils/TableGen/IntrinsicEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TableGen/IntrinsicEmitter.cpp b/utils/TableGen/IntrinsicEmitter.cpp index 074a8dbfc86..8aa29c7c16d 100644 --- a/utils/TableGen/IntrinsicEmitter.cpp +++ b/utils/TableGen/IntrinsicEmitter.cpp @@ -252,4 +252,4 @@ EmitGCCBuiltinList(const std::vector &Ints, std::ostream &OS){ } OS << " }\n"; OS << "#endif\n\n"; -} \ No newline at end of file +}