repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
address-space-cast.c
blob
c092cfb935a7d4572f0024ccb7555084f02ba46d
1
// RUN: %clang_cc1 -emit-llvm -Wno-int-conversion < %s
2
3
volatile
unsigned char
*
const
__attribute__
((
address_space
(
1
)))
serial_ctrl
=
0x02
;
4