mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
10 lines
151 B
LLVM
10 lines
151 B
LLVM
; RUN: llc < %s -march=c | grep {packed}
|
|
|
|
%struct.p = type <{ i16 }>
|
|
|
|
define i32 @main() {
|
|
entry:
|
|
%t = alloca %struct.p, align 2
|
|
ret i32 5
|
|
}
|