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 074a8db..8aa29c7 100644
--- a/utils/TableGen/IntrinsicEmitter.cpp
+++ b/utils/TableGen/IntrinsicEmitter.cpp
@@ -252,4 +252,4 @@
   }
   OS << "  }\n";
   OS << "#endif\n\n";
-}
\ No newline at end of file
+}