OSDN Git Service

Add a newline at the end to avoid gcc warnings.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 14 Mar 2006 05:59:52 +0000 (05:59 +0000)
committerReid 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

index 074a8db..8aa29c7 100644 (file)
@@ -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
+}