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
This commit is contained in:
Reid Spencer 2006-03-14 05:59:52 +00:00
parent 9dce2b3380
commit 767a25b878

View File

@ -252,4 +252,4 @@ EmitGCCBuiltinList(const std::vector<CodeGenIntrinsic> &Ints, std::ostream &OS){
}
OS << " }\n";
OS << "#endif\n\n";
}
}