mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Test case for aligned attribute on function declaration.
llvm-svn: 83234
This commit is contained in:
parent
cb4a66977c
commit
1532dec48b
7
test/FrontendC/func-aligned.c
Normal file
7
test/FrontendC/func-aligned.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -o - | FileCheck %s
|
||||
|
||||
// rdar://7270273
|
||||
void foo() __attribute__((aligned (64)));
|
||||
void foo() {
|
||||
// CHECK: define void @foo() {{.*}} align 64
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user