2003-05-15-SwitchBug.ll 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 ; RUN: llvm-as %s -o /dev/null ; RUN: verify-uselistorder %s ; Check minimal switch statement define void @test(i32 %X) { switch i32 %X, label %dest [ ] dest: ; preds = %0 ret void }