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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2005-09-27-VolatileFuncPtr.ll
blob
99de837dc79ae942c61024f159e2e1fa084756fa
1
; RUN: llc < %s -march=c | grep {\\* *volatile *\\*}
2
3
@G = external global void ()* ; <void ()**> [#uses=2]
4
5
define void @test() {
6
volatile store void ()* @test, void ()** @G
7
volatile load void ()** @G ; <void ()*>:1 [#uses=0]
8
ret void
9
}
10