From 3395e355cc79941a4f8329eb6b4502884c71ce92 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 29 Sep 2016 06:07:07 +0000 Subject: [PATCH] [X86] Remove extra FileCheck lines that got left behind in r282688. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282689 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/avx2-vbroadcast.ll | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/CodeGen/X86/avx2-vbroadcast.ll b/test/CodeGen/X86/avx2-vbroadcast.ll index 2e9c111cee6..4e004d2583b 100644 --- a/test/CodeGen/X86/avx2-vbroadcast.ll +++ b/test/CodeGen/X86/avx2-vbroadcast.ll @@ -1605,9 +1605,6 @@ eintry: ret void } -; X64-LABEL: isel_crash_2q -; X64: vpbroadcastq {{[^,]+}}, %xmm{{[0-9]+}} -; X64: ret define void @isel_crash_2q(i64* %cV_R.addr) { ; X32-AVX2-LABEL: isel_crash_2q: ; X32-AVX2: ## BB#0: ## %entry @@ -1681,9 +1678,6 @@ entry: ret void } -; X64-LABEL: isel_crash_4q -; X64: vbroadcastsd {{[^,]+}}, %ymm{{[0-9]+}} -; X64: ret define void @isel_crash_4q(i64* %cV_R.addr) { ; X32-AVX2-LABEL: isel_crash_4q: ; X32-AVX2: ## BB#0: ## %eintry