You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,24 +0,0 @@
|
||||
; RUN: opt < %s -adce | llvm-dis
|
||||
; RUN: opt < %s -adce -verify-dom-info | llvm-dis
|
||||
|
||||
define void @foo() {
|
||||
entry:
|
||||
br label %switch
|
||||
switch: ; preds = %entry
|
||||
switch i32 undef, label %default [
|
||||
i32 2, label %two
|
||||
i32 5, label %five
|
||||
i32 4, label %four
|
||||
]
|
||||
four: ; preds = %switch
|
||||
br label %exit
|
||||
five: ; preds = %switch
|
||||
br label %exit
|
||||
two: ; preds = %switch
|
||||
br label %exit
|
||||
default: ; preds = %switch
|
||||
br label %exit
|
||||
exit: ; preds = %default, %two, %five, %four
|
||||
ret void
|
||||
}
|
||||
|
Reference in New Issue
Block a user