strengthen up an assertion: you can't create a constant struct
authorChris Lattner <sabre@nondot.org>
Sun, 7 Aug 2011 04:18:48 +0000 (04:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Aug 2011 04:18:48 +0000 (04:18 +0000)
commitf4ef8db7cd71edabe424f9d5c7d3ee23ef9924d5
tree093fbf326021e4ea04599f161906cd79e2d6107e
parent69145baf36219b07a49d8ce14b4a04870e72a123
strengthen up an assertion: you can't create a constant struct
with an opaque struct type, it doesn't make sense.  This should
resolve PR10473.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137028 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp