brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · bea46d2 Raw
8 lines · c
1// RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s2 3// CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]4void foo(void) {5}6 7// CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }8