From: Reid Spencer Date: Tue, 14 Mar 2006 05:59:52 +0000 (+0000) Subject: Add a newline at the end to avoid gcc warnings. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=767a25b8788b5e313c99c16b4d359478432901f5;p=oota-llvm.git 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 --- 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 +}