]> granicus.if.org Git - clang/commit
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function...
authorDavid L. Jones <dlj@google.com>
Thu, 4 Apr 2019 02:27:57 +0000 (02:27 +0000)
committerDavid L. Jones <dlj@google.com>
Thu, 4 Apr 2019 02:27:57 +0000 (02:27 +0000)
commit962a041dca1359c3c47cd8c242fa5d66028f666e
tree0314c777129b70b67ef147dd3cee62973949ae78
parent536bce85423d025a135ff27102ab139d44033dd0
Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)'

This revision causes tests to fail under ASAN. Since the cause of the failures
is not clear (could be ASAN, could be a Clang bug, could be a bug in this
revision), the safest course of action seems to be to revert while investigating.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357667 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/nrvo.cpp
test/CodeGenCXX/stack-reuse-exceptions.cpp
test/CodeGenObjC/exceptions.m