You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: opt < %s -basiccg
|
|
; PR13903
|
|
|
|
define void @main() personality i8 0 {
|
|
invoke void @llvm.donothing()
|
|
to label %ret unwind label %unw
|
|
unw:
|
|
%tmp = landingpad i8 cleanup
|
|
br label %ret
|
|
ret:
|
|
ret void
|
|
}
|
|
declare void @llvm.donothing() nounwind readnone
|