[llvm] r300963 - typo

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 02:21:05 PDT 2017


Author: courbet
Date: Fri Apr 21 04:21:05 2017
New Revision: 300963

URL: http://llvm.org/viewvc/llvm-project?rev=300963&view=rev
Log:
typo

Modified:
    llvm/trunk/lib/Target/X86/X86.td

Modified: llvm/trunk/lib/Target/X86/X86.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86.td?rev=300963&r1=300962&r2=300963&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86.td (original)
+++ llvm/trunk/lib/Target/X86/X86.td Fri Apr 21 04:21:05 2017
@@ -275,7 +275,7 @@ def FeatureFastSHLDRotate
 
 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
 // "string operations"). See "REP String Enhancement" in the Intel Software
-// Development Manual. This feature essentially meanis that REP MOVSB will copy
+// Development Manual. This feature essentially means that REP MOVSB will copy
 // using the largest available size instead of copying bytes one by one, making
 // it at least as fast as REPMOVS{W,D,Q}.
 def FeatureERMSB




More information about the llvm-commits mailing list