repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
func-aligned.c
blob
fa6c6c6fe35ec878ee49858da536977fbb6b3fda
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
2
3
void
foo
(
void
)
__attribute__
((
aligned
(
64
)));
4
void
foo
(
void
) {
5
// CHECK: define{{.*}} void @foo() {{.*}} align 64
6
}