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
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2005-02-14-VolatileOperations.ll
blob
12c87901f54ead7253eebf497408eb682470cde5
1
; RUN: llvm-as < %s | llc -march=c | grep volatile
2
3
define void @test(i32* %P) {
4
%X = volatile load i32* %P ; <i32> [#uses=1]
5
volatile store i32 %X, i32* %P
6
ret void
7
}
8