]> granicus.if.org Git - clang/commit
Convert the ObjC @synchronized cleanups to laziness. This is not actually
authorJohn McCall <rjmccall@apple.com>
Wed, 21 Jul 2010 00:41:47 +0000 (00:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 21 Jul 2010 00:41:47 +0000 (00:41 +0000)
commit740e807eee153348f50a86f4a6eac49f324467ab
tree67a8c7e574ff5e7eb32369481f8da9a496d252e7
parent1bda662cb37d9fe24be4b3cf8ea0f4e550e1f889
Convert the ObjC @synchronized cleanups to laziness.  This is not actually
a big deal, except that I want to eliminate the shared-code EH cleanups
in preparation for a significant algorithmic fix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108973 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp