From a565d9e612615416fb3420550a12d618b39fd63a Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 4 Oct 2016 07:37:38 +0000 Subject: [PATCH] Fix a test case failure on Apple PPC. llvm-svn: 283191 --- llvm/test/CodeGen/PowerPC/vsx-vec-spill.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/vsx-vec-spill.ll b/llvm/test/CodeGen/PowerPC/vsx-vec-spill.ll index 8f65b73..8002496 100644 --- a/llvm/test/CodeGen/PowerPC/vsx-vec-spill.ll +++ b/llvm/test/CodeGen/PowerPC/vsx-vec-spill.ll @@ -1,7 +1,7 @@ -; RUN: llc < %s -march=ppc64 -mattr=+vsx -verify-machineinstrs | \ -; RUN: FileCheck %s --check-prefix=VSX -; RUN: llc < %s -march=ppc64 -mattr=-vsx -verify-machineinstrs | \ -; RUN: FileCheck %s --check-prefix=NOVSX +; RUN: llc < %s -mtriple=ppc64-unknown-linux-gnu -mattr=+vsx \ +; RUN: -verify-machineinstrs | FileCheck %s --check-prefix=VSX +; RUN: llc < %s -mtriple=ppc64-unknown-linux-gnu -mattr=-vsx \ +; RUN: -verify-machineinstrs | FileCheck %s --check-prefix=NOVSX define <2 x double> @interleaving_VSX_VMX( <2 x double> %a, <2 x double> %b, <2 x double> %c, -- 2.7.4