Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / func-aligned.c
blobfa6c6c6fe35ec878ee49858da536977fbb6b3fda
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
3 void foo(void) __attribute__((aligned (64)));
4 void foo(void) {
5 // CHECK: define{{.*}} void @foo() {{.*}} align 64