blob: eedc51bd1e57709e44b157466aee49b09e098119 [file] [log] [blame]
Matthias Braun1ee25e02017-06-08 21:30:54 +00001; RUN: llc -march=mips -regalloc=pbqp <%s > %t
2; ModuleID = 'bugpoint-reduced-simplified.bc'
3
4; Function Attrs: nounwind
5define void @ham.928() local_unnamed_addr #0 align 2 {
6bb:
7 switch i32 undef, label %bb35 [
8 i32 1, label %bb18
9 i32 0, label %bb19
10 i32 3, label %bb20
11 i32 2, label %bb21
12 i32 4, label %bb17
13 ]
14
15bb17: ; preds = %bb
16 unreachable
17
18bb18: ; preds = %bb
19 unreachable
20
21bb19: ; preds = %bb
22 unreachable
23
24bb20: ; preds = %bb
25 unreachable
26
27bb21: ; preds = %bb
28 unreachable
29
30bb35: ; preds = %bb
31 unreachable
32}
33
34attributes #0 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="generic" "unsafe-fp-math"="false" "use-soft-float"="false" }
35