[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / CodeGenObjC / mrr-autorelease.m
blob874354ce65e001321eb097da9f5e5aa6d08b5f22
1 // RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -no-opaque-pointers -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
3 // rdar://8881826
4 // rdar://9423507
6 @interface I
8   id ivar;
10 - (id) Meth;
11 @end
13 @implementation I
14 - (id) Meth {
15    @autoreleasepool {
16    }
17   return 0;
19 @end
21 // CHECK-NOT: call i8* @objc_getClass
22 // CHECK: call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
23 // CHECK: call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
24 // CHECK: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend