Clang Project

clang_source_code/test/CodeGen/mbackchain.c
1// RUN: %clang_cc1 -mbackchain -triple s390x-linux -emit-llvm -o - %s | FileCheck %s
2
3// CHECK: define void @foo() [[NUW:#[0-9]+]]
4void foo(void) {
5}
6
7// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }
8