Skip to content
Commit 94ceb615 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Fix two @synchronized bugs found by inspection: the expression to sychronize...

Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope.

Also, lift SyncEnter and SyncExit up in nervous anticipation of x86-64
zero cost EH.

llvm-svn: 65362
parent d6e190d8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment