Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / CBackend / 2005-09-27-VolatileFuncPtr.ll
blob37f311d4b93b55ca2da9c8355dfece8d85574d31
1 ; RUN: llvm-as < %s | llc -march=c | grep {\\* *volatile *\\*}
3 @G = external global void ()*           ; <void ()**> [#uses=2]
5 define void @test() {
6         volatile store void ()* @test, void ()** @G
7         volatile load void ()** @G              ; <void ()*>:1 [#uses=0]
8         ret void