]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/CodeGen/mbackchain-2.c
Vendor import of clang trunk r338150:
[FreeBSD/FreeBSD.git] / test / CodeGen / mbackchain-2.c
1 // RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
2
3 // CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
4 void foo(void) {
5 }
6
7 // CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }