Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / X86 / memmove-3.ll
blobd8a419c07457addd3688ed67531f60e099dfd71b
1 ; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep {call      memmove}
3 declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)
5 define void @foo(i8* %d, i8* %s)
7   call void @llvm.memmove.i64(i8* %d, i8* %s, i64 32, i32 1)
8   ret void