diff --git a/llvm/test/CodeGen/X86/memcpy-inline.ll b/llvm/test/CodeGen/X86/memcpy-inline.ll index 8e44db8fa60b..d563679aac08 100644 --- a/llvm/test/CodeGen/X86/memcpy-inline.ll +++ b/llvm/test/CodeGen/X86/memcpy-inline.ll @@ -1,10 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core2 | FileCheck -check-prefix=X64 %s -; NOTE: This is expected to fail on target that do not support memcpy. -; RUN: llc < %s -mtriple=r600-unknown-linux-gnu 2> %t.err || true -; RUN: FileCheck --input-file %t.err -check-prefix=R600 %s - declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind declare void @llvm.memcpy.inline.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind