teach the x86 asm parser how to handle segment prefixes
authorChris Lattner <sabre@nondot.org>
Sat, 17 Apr 2010 18:56:34 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Apr 2010 18:56:34 +0000 (18:56 +0000)
commiteef6d78be1c3a685f277be3e89ff17f67ed65f49
tree4ea90a963db29bfa1027bfe973718d4a08ed4d90
parent7834facff938cccce294e5c4065202d922411a5d
teach the x86 asm parser how to handle segment prefixes
in memory operands.  rdar://7874844

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101661 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/AsmParser.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/AsmParser/X86/x86_operands.s
test/Makefile