[llvm] 4477343 - test commit
Chris Bowler via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 06:37:18 PDT 2020
Author: Chris Bowler
Date: 2020-04-06T09:36:59-04:00
New Revision: 44773439939f77bcea4f9b13b5ea137f57d9a30b
URL: https://github.com/llvm/llvm-project/commit/44773439939f77bcea4f9b13b5ea137f57d9a30b
DIFF: https://github.com/llvm/llvm-project/commit/44773439939f77bcea4f9b13b5ea137f57d9a30b.diff
LOG: test commit
Added:
Modified:
llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll b/llvm/test/CodeGen/PowerPC/aix-cc-byval.ll
index 87ae98ad4d18..c886e357967a 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 \
More information about the llvm-commits
mailing list