summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-10 18:51:44 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-10 18:51:44 +0000
commit62eb9a8e843cd9a1b07b7204a3cb3a35d4662b60 (patch)
treefba1756de0a16da32f63af03feb6f2e5848797bb /clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
parent53c502204046ac583f447903272a2aa1288e5b8e (diff)
downloadbcm5719-llvm-62eb9a8e843cd9a1b07b7204a3cb3a35d4662b60.tar.gz
bcm5719-llvm-62eb9a8e843cd9a1b07b7204a3cb3a35d4662b60.zip
When initializing a static local, pop the guard-abort EH cleanup after
the variable is fully initialized. llvm-svn: 110704
Diffstat (limited to 'clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp')
-rw-r--r--clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp b/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
index 17c10301d4f..c91590fd58b 100644
--- a/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
+++ b/clang/test/CodeGenCXX/threadsafe-statics-exceptions.cpp
@@ -17,7 +17,7 @@ void f() {
static X x;
// CHECK: call i8* @__cxa_allocate_exception
- // CHECK: invoke void @__cxa_throw
+ // CHECK: call void @__cxa_throw
throw Y();
// Finally, the landing pad.
OpenPOWER on IntegriCloud