make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / CBackend / 2005-09-27-VolatileFuncPtr.ll
blob99de837dc79ae942c61024f159e2e1fa084756fa
1 ; RUN: llc < %s -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