repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
FrontendC
/
2003-08-20-BadBitfieldRef.c
blob
ef54d8ad9c0d6aecd54b8afddbe6556715bbded8
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
void
foo
()
4
{
5
char
*
ap
;
6
ap
[
1
] ==
'-'
&&
ap
[
2
] ==
0
;
7
}
8