[llvm] r254860 - fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 5 11:54:59 PST 2015


Author: spatel
Date: Sat Dec  5 13:54:59 2015
New Revision: 254860

URL: http://llvm.org/viewvc/llvm-project?rev=254860&view=rev
Log:
fix typo; NFC

Modified:
    llvm/trunk/test/CodeGen/X86/sse-minmax.ll

Modified: llvm/trunk/test/CodeGen/X86/sse-minmax.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-minmax.ll?rev=254860&r1=254859&r2=254860&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-minmax.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-minmax.ll Sat Dec  5 13:54:59 2015
@@ -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
-; 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.
 




More information about the llvm-commits mailing list