mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
New testcase that breaks the assembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d23d97e90
commit
a60f855dc6
12
test/Assembler/2003-05-15-AssemblerProblem.llx
Normal file
12
test/Assembler/2003-05-15-AssemblerProblem.llx
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: as < %s -o /dev/null -f
|
||||
|
||||
void %test() {
|
||||
call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)
|
||||
ret void
|
||||
}
|
||||
|
||||
void %AddString(short* %tmp.124, int %tmp.127) {
|
||||
call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* %tmp.124, int %tmp.127)
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user