From a5325c666a9b3b1a7575854ee09605e84510590f Mon Sep 17 00:00:00 2001 From: Kamau Bridgeman Date: Thu, 19 Mar 2020 08:34:48 -0500 Subject: [PATCH] Test commit. --- test/CodeGen/PowerPC/float-vector-gather.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/float-vector-gather.ll b/test/CodeGen/PowerPC/float-vector-gather.ll index b7bb622a1f9..672a8f3e82a 100644 --- a/test/CodeGen/PowerPC/float-vector-gather.ll +++ b/test/CodeGen/PowerPC/float-vector-gather.ll @@ -1,4 +1,4 @@ -; NOTE: This test ensures that for both Big and Little Endian cases a set of +; NOTE: This test ensures that, for both Big and Little Endian cases, a set of ; NOTE: 4 floats is gathered into a v4f32 register using xxmrghw and xxmrgld ; RUN: llc -verify-machineinstrs -mcpu=pwr9 -ppc-vsr-nums-as-vr \ ; RUN: -ppc-asm-full-reg-names -mtriple=powerpc64le-unknown-linux-gnu < %s \