From 5f87510c37cde57773c4d47a6124c33752b8b154 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Tue, 28 Jan 2020 10:20:41 +0100 Subject: [PATCH] Fix failing bot --- llvm/test/CodeGen/X86/memcpy-inline.ll | 4 ---- 1 file changed, 4 deletions(-) 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