New testcase for PR1047

llvm-svn: 32528
This commit is contained in:
Chris Lattner 2006-12-13 04:30:18 +00:00
parent e370e0eb09
commit fc069248f7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; RUN: not llvm-as < %s
; PR1047
void %llvm.memcpy.i32(sbyte*, sbyte*, uint, uint) {
entry:
ret void
}