TargetData assumes (and some regression tests depend on it) that the size of
authorOwen Anderson <resistor@mac.com>
Sat, 20 Jan 2007 23:07:13 +0000 (23:07 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 20 Jan 2007 23:07:13 +0000 (23:07 +0000)
commit1027a533d4f1806ff7d2f721504028201cffa7b5
tree966162e5e2bcd71486b74dbca302e813ec3bf2db
parent4a8c32debf092d8883b18c90a33e99bdc9cbb509
TargetData assumes (and some regression tests depend on it) that the size of
an unspecified datatype in the datalayout is capped by the size of a pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33411 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h
lib/Target/TargetData.cpp