summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-01-02 21:04:08 +0000
committerSanjay Patel <spatel@rotateright.com>2018-01-02 21:04:08 +0000
commit0a935b3a906f834db646c728441cfe9c451e497b (patch)
tree4a287ecf4623eacbda84f0ae5fbdce2d0d631359 /test/CodeGen/AArch64
parentdb850cf9f48b8912c66a5b6a64d9bb9368a4da35 (diff)
[AArch64] fix typos in comments; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/minmax-of-minmax.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/minmax-of-minmax.ll b/test/CodeGen/AArch64/minmax-of-minmax.ll
index a71cc85ee08..07466f5b92f 100644
--- a/test/CodeGen/AArch64/minmax-of-minmax.ll
+++ b/test/CodeGen/AArch64/minmax-of-minmax.ll
@@ -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) {