summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
blob: 12c87901f54ead7253eebf497408eb682470cde5 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=c | grep volatile

define void @test(i32* %P) {
        %X = volatile load i32* %P              ; <i32> [#uses=1]
        volatile store i32 %X, i32* %P
        ret void
}

OpenPOWER on IntegriCloud