diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-06-17 07:47:28 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-06-17 07:47:28 +0000 |
commit | a9e5d2f35dd2efac5b6447aee8135f1db87f3b31 (patch) | |
tree | e5747e6bccde7fa0743ca6ab9b0db60b783f102a /clang/test/CodeGenCXX/stack-reuse-exceptions.cpp | |
parent | a71ce4f1e8e187bba7a3db4ce9d583bf3e9e3127 (diff) | |
download | bcm5719-llvm-a9e5d2f35dd2efac5b6447aee8135f1db87f3b31.tar.gz bcm5719-llvm-a9e5d2f35dd2efac5b6447aee8135f1db87f3b31.zip |
Re-commit r357452 (take 3): "SimplifyCFG SinkCommonCodeFromPredecessors: Also sink function calls without used results (PR41259)"
Third time's the charm.
This was reverted in r363220 due to being suspected of an internal benchmark
regression and a test failure, none of which turned out to be caused by this.
llvm-svn: 363529
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 de870c53050..2d968db3fdb 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 | FileCheck %s +// RUN: -fexceptions -fcxx-exceptions -mllvm -simplifycfg-sink-common=false | FileCheck %s // // We should emit lifetime.ends for these temporaries in both the 'exception' // and 'normal' paths in functions. |