If a function is external, do not output a FunctionBlock for the function
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 21:46:40 +0000 (21:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 21:46:40 +0000 (21:46 +0000)
commit86c936576150295078ce1e468d8800e6d62614e0
tree87a45e0d6141494b0543e8f8c179bc9438801c5d
parent18549c25d60f5abd4e8620ef3a04fe69c40cbe6b
If a function is external, do not output a FunctionBlock for the function
AT ALL.  This saves 11 bytes per external function from the bytecode file,
and is also required to make GhostLinkage work.

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