Do not emit FunctionBlock blocks for external functions. This shrinks
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 22:39:49 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 22:39:49 +0000 (22:39 +0000)
commitd6e431f45e6bc2c407f9d50cb6a6f99a0de9ebed
treefd73b40d25e3a22a53fba8cab08eb8cbcda5c1e3
parent97fbc500a727d22d35e6c7c9bc1cb6059d728470
Do not emit FunctionBlock blocks for external functions.  This shrinks
bytecode files by about 8 bytes per external function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17859 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/Writer.cpp