aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-06-17-InvokeDisassemble.llx
blob: ceb1d2e7fe677947f0136f7744c12db59d83a839 (plain)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
void %test() {
   invoke void %test() to label %Next except label %Next
Next:
	ret void
}