Fix ExecutionEngine's constant code to work properly when structs and arrays
authorDan Gohman <gohman@apple.com>
Tue, 20 May 2008 03:20:09 +0000 (03:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 May 2008 03:20:09 +0000 (03:20 +0000)
commit638e378f2cb62c34f306f8eadd43039e20caede4
tree488fd83fc79e10059b5992a59a461d25cd1ca228
parentca756ae886f1d39053ffd049123fdcc7e5c2aed3
Fix ExecutionEngine's constant code to work properly when structs and arrays
will become first-class types.

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