repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
address-space-cast.c
blob
076c2f16fe6f34fc357f98863156c6243dabd602
1
// RUN: %clang_cc1 -emit-llvm < %s
2
3
volatile
unsigned char
*
const
__attribute__
((
address_space
(
1
)))
serial_ctrl
=
0x02
;
4