Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
CodeGen
/
SystemZ
/
mbackchain.c
blob: 314026e1268bb2a2323e5ab07972c9ec0a5c4a0f [
file
] [
log
] [
blame
] [
edit
]
// 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" {{.*}} }