mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 03:48:57 +00:00
Test case for pr2394 and r102979.
llvm-svn: 103129
This commit is contained in:
parent
7edf493591
commit
edf26ed051
6
test/FrontendC/pr2394.c
Normal file
6
test/FrontendC/pr2394.c
Normal file
@ -0,0 +1,6 @@
|
||||
// RUN: %llvmgcc %s -S -o - | FileCheck %s
|
||||
struct __attribute((packed)) x {int a : 24;};
|
||||
int a(struct x* g) {
|
||||
// CHECK: load i24
|
||||
return g->a;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user