Fixed an oddity in the Objective-C class descriptors
authorSean Callanan <scallanan@apple.com>
Fri, 21 Sep 2012 02:09:51 +0000 (02:09 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 21 Sep 2012 02:09:51 +0000 (02:09 +0000)
commit3e633a290e890b74bfbfb35eea03b0af5b1e7361
tree1aedff700db421f271154032922dc8bc5a16f573
parent4b1b8b3e1d4aa5044e8ea184c8d8240aeca3e65d
Fixed an oddity in the Objective-C class descriptors
where the descriptor took a pointer to an object and
expected the Initialize function to dereference that
pointer and extract the isa value.  This caused one
of our tests to fail.

llvm-svn: 164353
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp