New testcase that breaks the assembler.

llvm-svn: 6233
This commit is contained in:
Chris Lattner 2003-05-15 18:52:08 +00:00
parent 652e7bf8a8
commit 1b17357e92
1 changed files with 12 additions and 0 deletions

View 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
}