1. Ignore the -disable-fp-elim when the routine is a leaf.
[oota-llvm.git] / test / Assembler / 2002-08-15-CastAmbiguity.ll
1 ; RUN: llvm-as < %s -o /dev/null -f
2
3
4
5
6 void %test(int %X) {
7         call void (int)* cast (void(int) * %test to void(int) *) (int 6)
8         ret void
9
10 }