fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Sat, 5 Dec 2015 19:54:59 +0000 (19:54 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 5 Dec 2015 19:54:59 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254860 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse-minmax.ll

index e4d0373299fb1beb1bde4ebfb13e9829a24aa907..f0341277851d9d13f1a2e8a45e3f0a70989e4d08 100644 (file)
@@ -3,7 +3,7 @@
 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math  | FileCheck -check-prefix=FINITE %s
 
 ; Some of these patterns can be matched as SSE min or max. Some of
 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math  | FileCheck -check-prefix=FINITE %s
 
 ; Some of these patterns can be matched as SSE min or max. Some of
-; then can be matched provided that the operands are swapped.
+; them can be matched provided that the operands are swapped.
 ; Some of them can't be matched at all and require a comparison
 ; and a conditional branch.
 
 ; Some of them can't be matched at all and require a comparison
 ; and a conditional branch.