Sign in
llvm
/
clang
/
b9996429350445acbd38f01292fd335af22b2a76
/
.
/
test
/
CodeGen
/
mbackchain-2.c
blob: bea46d2482637f8145ba056bc5d779265f45e755 [
file
]
// RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
// CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
void
foo
(
void
)
{
}
// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }