From: Sanjay Patel Date: Sat, 9 Aug 2014 22:23:02 +0000 (+0000) Subject: fixed typos X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21327ec3e953e55d12496d55c1a83dc020ec6e27;p=oota-llvm.git fixed typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 782ba5f7a78..bd920c8ecef 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -1127,7 +1127,7 @@ void X86TargetLowering::resetOperationActions() { setLoadExtAction(ISD::SEXTLOAD, MVT::v2i16, Custom); setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, Custom); - // i8 and i16 vectors are custom , because the source register and source + // i8 and i16 vectors are custom because the source register and source // source memory operand types are not the same width. f32 vectors are // custom since the immediate controlling the insert encodes additional // information. @@ -1141,7 +1141,7 @@ void X86TargetLowering::resetOperationActions() { setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4i32, Custom); setOperationAction(ISD::EXTRACT_VECTOR_ELT, MVT::v4f32, Custom); - // FIXME: these should be Legal but thats only for the case where + // FIXME: these should be Legal, but that's only for the case where // the index is constant. For now custom expand to deal with that. if (Subtarget->is64Bit()) { setOperationAction(ISD::INSERT_VECTOR_ELT, MVT::v2i64, Custom);