[llvm] r229071 - Fix a typo in a comment. NFC
Craig Topper
craig.topper at gmail.com
Thu Feb 12 22:07:29 PST 2015
Author: ctopper
Date: Fri Feb 13 00:07:29 2015
New Revision: 229071
URL: http://llvm.org/viewvc/llvm-project?rev=229071&view=rev
Log:
Fix a typo in a comment. 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=229071&r1=229070&r2=229071&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Fri Feb 13 00:07:29 2015
@@ -10065,7 +10065,7 @@ static bool canWidenShuffleElements(Arra
return true;
}
-/// \brief Generic routine to split ector shuffle into half-sized shuffles.
+/// \brief Generic routine to split vector shuffle into half-sized shuffles.
///
/// This routine just extracts two subvectors, shuffles them independently, and
/// then concatenates them back together. This should work effectively with all
More information about the llvm-commits
mailing list