diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-05-06 21:55:05 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-05-06 21:55:05 +0000 |
commit | 8f14e7cacfb0595da1ff5b1ca79cb83e626f8a5a (patch) | |
tree | dc20f92bbc8d2e57102d663c98e926d340a45341 /clang/test/CodeGenCXX/stack-reuse-exceptions.cpp | |
parent | d10a200cebe540d5fdfc0d50aad05661b906f264 (diff) | |
download | bcm5719-llvm-8f14e7cacfb0595da1ff5b1ca79cb83e626f8a5a.tar.gz bcm5719-llvm-8f14e7cacfb0595da1ff5b1ca79cb83e626f8a5a.zip |
Revert "Re-commit r357452: SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)"
This reverts r357452 (git commit 21eb771dcb5c11d7500fa6ad551c97a921997f05).
This was causing strange optimization-related test failures on an internal test. Will followup with more details offline.
llvm-svn: 360086
Diffstat (limited to 'clang/test/CodeGenCXX/stack-reuse-exceptions.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/stack-reuse-exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp b/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp index 2d968db3fdb..de870c53050 100644 --- a/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp +++ b/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu %s -o - -emit-llvm -O1 \ -// RUN: -fexceptions -fcxx-exceptions -mllvm -simplifycfg-sink-common=false | FileCheck %s +// RUN: -fexceptions -fcxx-exceptions | FileCheck %s // // We should emit lifetime.ends for these temporaries in both the 'exception' // and 'normal' paths in functions. |