From 4ba675006b5a8edfc48b6a9bd3dcf54a70cc08f2 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 13 Jul 2010 17:21:42 +0000 Subject: Update clang to r108243. --- test/CodeGenCXX/threadsafe-statics-exceptions.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'test/CodeGenCXX/threadsafe-statics-exceptions.cpp') diff --git a/test/CodeGenCXX/threadsafe-statics-exceptions.cpp b/test/CodeGenCXX/threadsafe-statics-exceptions.cpp index 9347cc9616a1..17c10301d4fa 100644 --- a/test/CodeGenCXX/threadsafe-statics-exceptions.cpp +++ b/test/CodeGenCXX/threadsafe-statics-exceptions.cpp @@ -12,15 +12,18 @@ void f() { // CHECK: call i32 @__cxa_guard_acquire(i64* @_ZGVZ1fvE1x) // CHECK: invoke void @_ZN1XC1Ev // CHECK: call void @__cxa_guard_release(i64* @_ZGVZ1fvE1x) - // CHECK: call i32 @__cxa_atexit + // CHECK-NEXT: call i32 @__cxa_atexit // CHECK: br static X x; + + // CHECK: call i8* @__cxa_allocate_exception + // CHECK: invoke void @__cxa_throw + throw Y(); + + // Finally, the landing pad. // CHECK: call i8* @llvm.eh.exception() // CHECK: call i32 (i8*, i8*, ...)* @llvm.eh.selector // CHECK: call void @__cxa_guard_abort(i64* @_ZGVZ1fvE1x) // CHECK: call void @_Unwind_Resume_or_Rethrow // CHECK: unreachable - - // CHECK: call i8* @__cxa_allocate_exception - throw Y(); } -- cgit v1.3