blob: cef129192f82df3346e93b29a755342be84a2f17 [file] [log] [blame]
; RUN: llvm-as < %s | opt -instcombine -disable-output
declare int* %bar()
float* %foo() {
%tmp.11 = invoke float* cast (int* ()* %bar to float* ()*)()
to label %invoke_cont except label %invoke_cont
invoke_cont:
ret float *%tmp.11
}