From: Jinsong Ji Date: Tue, 14 May 2019 03:11:24 +0000 (+0000) Subject: [PowerPC][NFC] Fix typos in triples X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a870557eb4663e8c12c12eab85ebbc684e6cab4;p=llvm [PowerPC][NFC] Fix typos in triples Found by bzEq (Kai Luo). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360643 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/bswap64.ll b/test/CodeGen/PowerPC/bswap64.ll index afc69515b24..816a55422c3 100644 --- a/test/CodeGen/PowerPC/bswap64.ll +++ b/test/CodeGen/PowerPC/bswap64.ll @@ -1,7 +1,7 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-unknown \ ; RUN: -mcpu=pwr9 | FileCheck %s -; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unkknown-unkknown \ +; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64le-unknown-unknown \ ; RUN: -mcpu=pwr9 -mattr=-altivec | FileCheck %s --check-prefix=NO-ALTIVEC declare i64 @llvm.bswap.i64(i64) diff --git a/test/CodeGen/PowerPC/extract-and-store.ll b/test/CodeGen/PowerPC/extract-and-store.ll index 474ba86395a..5ecbdb52ec1 100644 --- a/test/CodeGen/PowerPC/extract-and-store.ll +++ b/test/CodeGen/PowerPC/extract-and-store.ll @@ -1,13 +1,13 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mcpu=pwr8 -mtriple=powerpc64le-unkknown-unknown \ +; RUN: llc -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs -O2 < %s | FileCheck %s -; RUN: llc -mcpu=pwr8 -mtriple=powerpc64-unkknown-unknown \ +; RUN: llc -mcpu=pwr8 -mtriple=powerpc64-unknown-unknown \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs -O2 < %s | FileCheck %s \ ; RUN: --check-prefix=CHECK-BE -; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unkknown-unknown \ +; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs -O2 < %s | FileCheck %s \ ; RUN: --check-prefix=CHECK-P9 -; RUN: llc -mcpu=pwr9 -mtriple=powerpc64-unkknown-unknown \ +; RUN: llc -mcpu=pwr9 -mtriple=powerpc64-unknown-unknown \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs -O2 < %s | FileCheck %s \ ; RUN: --check-prefix=CHECK-P9-BE diff --git a/test/CodeGen/PowerPC/float-logic-ops.ll b/test/CodeGen/PowerPC/float-logic-ops.ll index 5bef4fa06e5..938ee5dc76f 100644 --- a/test/CodeGen/PowerPC/float-logic-ops.ll +++ b/test/CodeGen/PowerPC/float-logic-ops.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mcpu=pwr8 -mtriple=powerpc64le-unkknown-unknown \ +; RUN: llc -mcpu=pwr8 -mtriple=powerpc64le-unknown-unknown \ ; RUN: -ppc-asm-full-reg-names -verify-machineinstrs -O2 < %s | FileCheck %s define float @absf(float %a) { diff --git a/test/CodeGen/PowerPC/noPermuteFormasking.ll b/test/CodeGen/PowerPC/noPermuteFormasking.ll index 8cd828f0a22..f6de9510e27 100644 --- a/test/CodeGen/PowerPC/noPermuteFormasking.ll +++ b/test/CodeGen/PowerPC/noPermuteFormasking.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unkknown-unknown \ +; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-unknown \ ; RUN: -verify-machineinstrs -O2 < %s | FileCheck %s $test = comdat any