aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-15-SwitchBug.ll
blob: d2b64c4fd24382efb2c0d75f6f58c559e0ac62c4 (plain)
1
2
3
4
5
6
7


void %test(int %X) {
  switch int %X, label %dest []
dest:
  ret void
}