From: Chad Rosier Date: Thu, 10 Nov 2016 14:28:44 +0000 (+0000) Subject: Remove unnecessary check prefix directives. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f5dcd896faebd29371e11983bf7d56e6d012678;p=llvm Remove unnecessary check prefix directives. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/arm64-narrow-st-merge.ll b/test/CodeGen/AArch64/arm64-narrow-st-merge.ll index 66bf448aabb..5800dfce587 100644 --- a/test/CodeGen/AArch64/arm64-narrow-st-merge.ll +++ b/test/CodeGen/AArch64/arm64-narrow-st-merge.ll @@ -1,6 +1,6 @@ -; RUN: llc < %s -mtriple aarch64--none-eabi -mcpu=cortex-a57 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK -; RUN: llc < %s -mtriple aarch64_be--none-eabi -mcpu=cortex-a57 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK -; RUN: llc < %s -mtriple aarch64--none-eabi -mcpu=kryo -verify-machineinstrs | FileCheck %s --check-prefix=CHECK +; RUN: llc < %s -mtriple aarch64--none-eabi -mcpu=cortex-a57 -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -mtriple aarch64_be--none-eabi -mcpu=cortex-a57 -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -mtriple aarch64--none-eabi -mcpu=kryo -verify-machineinstrs | FileCheck %s ; CHECK-LABEL: Strh_zero ; CHECK: str wzr