mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6735 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8ab89e3da
commit
634a28f999
6
test/Assembler/2003-06-17-InvokeDisassemble.llx
Normal file
6
test/Assembler/2003-06-17-InvokeDisassemble.llx
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: as < %s | dis
|
||||
void %test() {
|
||||
invoke void %test() to label %Next except label %Next
|
||||
Next:
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user