1 // RUN: %clang_cc1 -no-opaque-pointers -triple thumbv7--windows-itanium -fobjc-runtime=ios -O1 -fexceptions -fobjc-exceptions -emit-llvm %s -o - | FileCheck %s
2 // REQUIRES: arm-registered-target
9 + (NSNumber *)numberWithInt:(int)i;
21 // CHECK: call arm_aapcs_vfpcc i8* @objc_begin_catch
22 // CHECK: call arm_aapcs_vfpcc void @objc_end_catch
23 // CHECK-NOT: call i8* @objc_begin_catch
24 // CHECK-NOT: call void @objc_end_catch