Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
mbackchain-2.c
blob: bea46d2482637f8145ba056bc5d779265f45e755 [
file
] [
log
] [
blame
]
// 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" {{.*}} }