brintos

brintos / llvm-project-archived public Read only

0
0
Text · 502 B · a417b59 Raw
13 lines · plain
1// RUN: %clang_cc1 -triple armv7-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-ARM %s2 3@interface I4@property long long LONG_PROP;5@end6 7@implementation I8@synthesize LONG_PROP;9@end10// CHECK-ARM: call void @objc_copyStruct(ptr noundef %{{.*}}, ptr noundef %{{.*}}, i32 noundef 8, i1 noundef zeroext true, i1 noundef zeroext false)11// CHECK-ARM: call void @objc_copyStruct(ptr noundef %{{.*}}, ptr noundef %{{.*}}, i32 noundef 8, i1 noundef zeroext true, i1 noundef zeroext false)12 13