summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/memmove-1.ll
blob: 2057be88174dbcd36ad5d67518476ba20f6e00e9 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep {call	memmove}

declare void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 %a)

define void @foo(i8* %d, i8* %s, i64 %l)
{
  call void @llvm.memmove.i64(i8* %d, i8* %s, i64 %l, i32 1)
  ret void
}
OpenPOWER on IntegriCloud