1 // REQUIRES: powerpc-registered-target
2 // RUN: %clang_cc1 -triple powerpc64le -target-feature +htm -fsyntax-only -emit-llvm %s -verify
4 __attribute__((always_inline
))
6 *x
= __builtin_ttest();
10 __attribute__((target("no-htm")))
12 *x
= test1(x
); // expected-error {{always_inline function 'test1' requires target feature 'htm', but would be inlined into function 'test2' that is compiled without support for 'htm'}}