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:
Chris Lattner 2003-05-15 18:52:08 +00:00
parent 6d23d97e90
commit a60f855dc6

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
}