If PrototypeValue is erased in the middle of using the SSAUpdator
[oota-llvm.git] / test / CodeGen / Blackfin / double-cast.ll
1 ; RUN: llc < %s -march=bfin
2
3 declare i32 @printf(i8*, ...)
4
5 define i32 @main() {
6         %1 = call i32 (i8*, ...)* @printf(i8* undef, double undef)
7         ret i32 0
8 }