Skip to content

Commit 4477343

Browse files
committed
test commit
1 parent cbf719b commit 4477343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/PowerPC/aix-cc-byval.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
; RUN: llc -mtriple powerpc-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \
2-
; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
2+
; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
33
; RUN: FileCheck --check-prefixes=CHECK,32BIT %s
44

55
; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \
66
; RUN: -mtriple powerpc-ibm-aix-xcoff < %s | \
77
; RUN: FileCheck --check-prefixes=CHECKASM,ASM32 %s
88

99
; RUN: llc -mtriple powerpc64-ibm-aix-xcoff -stop-after=machine-cp -mcpu=pwr4 \
10-
; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
10+
; RUN: -mattr=-altivec -verify-machineinstrs < %s | \
1111
; RUN: FileCheck --check-prefixes=CHECK,64BIT %s
1212

1313
; RUN: llc -verify-machineinstrs -mcpu=pwr4 -mattr=-altivec \

0 commit comments

Comments
 (0)