New testcase

llvm-svn: 8440
This commit is contained in:
Chris Lattner 2003-09-10 15:33:33 +00:00
parent 3eaf0b4e4c
commit d17fd107c7
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
; RUN: as < %s | opt -adce -disable-output
implementation ; Functions:
void %test() {
br bool false, label %then, label %endif
then:
invoke void null( sbyte* null )
to label %invoke_cont except label %invoke_catch
invoke_catch:
unwind
invoke_cont:
ret void
endif:
ret void
}