[llvm] r279068 - fix typo; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 07:17:34 PDT 2016


Author: spatel
Date: Thu Aug 18 09:17:34 2016
New Revision: 279068

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

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.cpp

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=279068&r1=279067&r2=279068&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Thu Aug 18 09:17:34 2016
@@ -14395,7 +14395,7 @@ SDValue X86TargetLowering::LowerTRUNCATE
     return DAG.getNode(X86ISD::VTRUNC, DL, VT, In);
   }
 
-  // Truncate with PACKSS if we are trucating a vector comparison result.
+  // Truncate with PACKSS if we are truncating a vector comparison result.
   // TODO: We should be able to support other operations as long as we
   // we are saturating+packing zero/all bits only.
   auto IsPackableComparison = [](SDValue V) {




More information about the llvm-commits mailing list