Don't try to materialize a function that isn't materializable anyways. This
[llvm.git] / test / Assembler / 2002-08-15-CastAmbiguity.ll
blobc71652446d6f08fe56754afc854d963ec9fa7509
1 ; RUN: llvm-as %s -o /dev/null
3 define void @test(i32 %X) {
4         call void @test( i32 6 )
5         ret void