Do not return true from isSized for things without a size (like functions and
authorChris Lattner <sabre@nondot.org>
Mon, 24 Jan 2005 16:00:52 +0000 (16:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Jan 2005 16:00:52 +0000 (16:00 +0000)
commit49266b2afab9c46b0f4a6912b001a23b08822443
treeb0eb56eabf0c2170e53e5a7ab1eb5491eb32430f
parentd23a298f28209e1faa47c01482d5815ebb95d6d0
Do not return true from isSized for things without a size (like functions and
labels) even though they are concrete.  This fixes the DSA regressions from
last night.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19807 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h