Change the X86 assembler to not require a segment register on string
authorKevin Enderby <enderby@apple.com>
Tue, 13 Mar 2012 19:47:55 +0000 (19:47 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 13 Mar 2012 19:47:55 +0000 (19:47 +0000)
commit0f5ab7c5f392d8207a4b0c5bf1f8b274a9f410df
tree21bbd172f074f4c56f7e121e5db8bd19f3cb3088
parent5161de6ebbd36b0532bd980483d757f5a3014611
Change the X86 assembler to not require a segment register on string
instruction's destination operand like it does for the source operand.
Also fix a typo in the comment for X86AsmParser::isSrcOp().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152654 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/x86-64.s