1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[AArch64] fix typos in comments; NFC

llvm-svn: 321673
This commit is contained in:
Sanjay Patel 2018-01-02 21:04:08 +00:00
parent e69e89e1b4
commit 75e3183a98

View File

@ -2,8 +2,8 @@
; RUN: llc < %s -mtriple=aarch64-unknown-unknown | FileCheck %s
; There are 4 commuted variants (abbc/abcb/bcab/bcba) *
; 4 predicate variants ([*][lg][te] *
; 4 min/max flavors (smin/smax/umin/max)
; 4 predicate variants ([*][lg][te]) *
; 4 min/max flavors (smin/smax/umin/umax)
; = 64 tests
define <4 x i32> @smin_ab_bc(<4 x i32> %a, <4 x i32> %b, <4 x i32> %c) {