blob: c42ddd228c4de0adc222cacdd9e22417d9f7c6ee [file] [log] [blame]
; RUN: llvm-as < %s | opt -prune-eh | llvm-dis | grep invoke
declare void %External()
implementation
void %foo() {
invoke void %External() to label %Cont except label %Cont
Cont:
ret void
}