2003-08-05 16:11:36 +00:00
|
|
|
; Do not remove the invoke!
|
|
|
|
;
|
2003-09-16 15:29:54 +00:00
|
|
|
; RUN: llvm-as < %s | opt -simplifycfg -disable-output
|
2003-08-05 16:11:36 +00:00
|
|
|
|
|
|
|
int %test() {
|
|
|
|
%A = invoke int %test() to label %Ret except label %Ret
|
|
|
|
Ret:
|
|
|
|
ret int %A
|
|
|
|
}
|