[AMDGPU] Removed superfluous predicate. NFC.
[llvm-project.git] / clang / test / PCH / objcxx-ivar-class.mm
blob4469e20f69e015ee1587ca5f081f49703ed6e86c
1 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
2 // Test this without pch.
3 // RUN: %clang_cc1 -include %S/objcxx-ivar-class.h -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
5 // Test with pch.
6 // RUN: %clang_cc1 -x objective-c++-header -triple %itanium_abi_triple -emit-pch -o %t %S/objcxx-ivar-class.h
7 // RUN: %clang_cc1 -include-pch %t -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
9 // CHECK: [C position]
10 // CHECK: call {{.*}} @_ZN1SC1ERKS_
12 // CHECK: [C setPosition:]
13 // CHECK: = call {{.*}}ptr @_ZN1SaSERKS_
15 // CHECK: [C .cxx_destruct]
16 // CHECK: [C .cxx_construct]