Use a per-function flag bit to indicate whether or not there is a function
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 22:38:52 +0000 (22:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2004 22:38:52 +0000 (22:38 +0000)
commit97fbc500a727d22d35e6c7c9bc1cb6059d728470
tree0c85562e7e3839d3c9e9549dc8c7ffcb11ee8036
parentfd7f8fea650dca227584322eb6bf8404f511ae19
Use a per-function flag bit to indicate whether or not there is a function
body for the function.

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