llvm-for-llvmta/tools/clang/test/CodeGen/SystemZ/mbackchain.c

8 lines
218 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -mbackchain -triple s390x-linux -emit-llvm -o - %s | FileCheck %s
// CHECK: define{{.*}} void @foo() [[NUW:#[0-9]+]]
void foo(void) {
}
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }