repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
FrontendC
/
2007-02-04-EmptyStruct.c
blob
48ad31f7c3fdb7ef1826fefbd32841f75ad1685c
1
// RUN: %llvmgcc %s -O3 -S -o - -emit-llvm
2
// PR1175
3
4
struct
empty
{ };
5
6
void
foo
(
struct
empty
*
p
) {
7
p
++;
8
}
9