repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
FrontendC
/
func-aligned.c
blob
477e82418aef4bf9e2f832b4573ec7c0c431de71
1
// RUN: %llvmgcc %s -S -o - | FileCheck %s
2
3
// rdar://7270273
4
void
foo
()
__attribute__
((
aligned
(
64
)));
5
void
foo
() {
6
// CHECK: define void @foo() {{.*}} align 64
7
}