2006-12-02 04:23:10 +00:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | opt -prune-eh | llvm-dis | grep invoke
|
2003-09-15 02:22:35 +00:00
|
|
|
|
|
|
|
declare void %External()
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
void %foo() {
|
|
|
|
invoke void %External() to label %Cont except label %Cont
|
|
|
|
Cont:
|
|
|
|
ret void
|
|
|
|
}
|