From: Chad Rosier Date: Thu, 10 Nov 2016 14:28:44 +0000 (+0000) Subject: Remove unnecessary check prefix directives. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~5040 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c16824d2173cf1e24c6b6e771186f7c9335e1480;p=platform%2Fupstream%2Fllvm.git Remove unnecessary check prefix directives. NFC. llvm-svn: 286453 --- diff --git a/llvm/test/CodeGen/AArch64/arm64-narrow-st-merge.ll b/llvm/test/CodeGen/AArch64/arm64-narrow-st-merge.ll index 66bf448..5800dfc 100644 --- a/llvm/test/CodeGen/AArch64/arm64-narrow-st-merge.ll +++ b/llvm/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