fix a parsing problem on instructions like:
authorChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 01:07:33 +0000 (01:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Jan 2010 01:07:33 +0000 (01:07 +0000)
commit75f265fbbbb64ab060bf41c5a4677ce56014ce9f
tree08f32d5af2ae43aa5dae6b92ca10701fc3de83f5
parentdd7da4f368c7e1139ef78f36ef173a8b8f8f1c61
fix a parsing problem on instructions like:
movw $8, (_cost_table_-L97$pb)+66(%eax)

After the parens, we could still have a binop.

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