OSDN Git Service

Make the StructType->StructLayout table private to TargetData, allowing us to avoid...
authorOwen Anderson <resistor@mac.com>
Thu, 20 Aug 2009 18:26:03 +0000 (18:26 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 20 Aug 2009 18:26:03 +0000 (18:26 +0000)
commitd9b207122eeb740a3878f8389cb38b81d9388734
treed003302a05f5a02253fbe2b851c3f5c6270e6a6f
parent47234e6d38407a8cfcb54ca04e45a2e657f240be
Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it.

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