blob: 8d09b512066e029bbc972e7336474c187bc45c3f [file] [log] [blame]
Nick Lewycky490e7932008-03-16 07:55:46 +00001; RUN: not llvm-as < %s |& grep {llvm intrinsics cannot be defined}
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; PR1047
3
Mon P Wang483af3c2010-04-04 03:10:48 +00004define void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) {
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005entry:
6 ret void
7}