Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / SystemZ / mbackchain-2.c
blobbea46d2482637f8145ba056bc5d779265f45e755
1 // RUN: %clang -mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
3 // CHECK: define dso_local void @foo() [[NUW:#[0-9]+]]
4 void foo(void) {
7 // CHECK: attributes [[NUW]] = { {{.*}} "backchain" {{.*}} }