make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / CBackend / 2004-08-09-va-end-null.ll
blob3ee23d1a909a282513699a4e21825e5ca2c2c873
1 ; RUN: llc < %s -march=c
3 declare void @llvm.va_end(i8*)
5 define void @test() {
6         %va.upgrd.1 = bitcast i8* null to i8*           ; <i8*> [#uses=1]
7         call void @llvm.va_end( i8* %va.upgrd.1 )
8         ret void