summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/exceptions.c
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2018-10-01 20:29:34 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2018-10-01 20:29:34 +0000
commit31974847014eaad83ed15d3f385e3f761f7cfe4a (patch)
tree314b7fb6684ec4fe863bfc1c224f6977dd7f3d45 /clang/test/CodeGen/exceptions.c
parent97e0f52642565e843decca34894834787515e251 (diff)
downloadbcm5719-llvm-31974847014eaad83ed15d3f385e3f761f7cfe4a.tar.gz
bcm5719-llvm-31974847014eaad83ed15d3f385e3f761f7cfe4a.zip
Revert r343518.
Bots are still failing. http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/24420 http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/12958 llvm-svn: 343531
Diffstat (limited to 'clang/test/CodeGen/exceptions.c')
-rw-r--r--clang/test/CodeGen/exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/exceptions.c b/clang/test/CodeGen/exceptions.c
index 57b869196ba..039ec84d2e5 100644
--- a/clang/test/CodeGen/exceptions.c
+++ b/clang/test/CodeGen/exceptions.c
@@ -23,7 +23,6 @@ void test1() {
void test2_helper();
void test2() {
__block int x = 10;
- ^{ (void)x; };
test2_helper(5, 6, 7);
}
void test2_helper(int x, int y) {
OpenPOWER on IntegriCloud