From 44773439939f77bcea4f9b13b5ea137f57d9a30b Mon Sep 17 00:00:00 2001 From: Chris Bowler Date: Mon, 6 Apr 2020 09:36:59 -0400 Subject: [PATCH] test commit --- llvm/test/CodeGen/PowerPC/aix-cc-byval.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll b/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll index 87ae98a..c886e35 100644 --- a/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll +++ b/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple powerpc-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \ -; RUN: -mattr=-altivec -verify-machineinstrs < %s | \ +; RUN: -mattr=-altivec -verify-machineinstrs < %s | \ ; RUN: FileCheck --check-prefixes=CHECK,32BIT %s ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \ @@ -7,7 +7,7 @@ ; RUN: FileCheck --check-prefixes=CHECKASM,ASM32 %s ; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \ -; RUN: -mattr=-altivec -verify-machineinstrs < %s | \ +; RUN: -mattr=-altivec -verify-machineinstrs < %s | \ ; RUN: FileCheck --check-prefixes=CHECK,64BIT %s ; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \ -- 2.7.4