summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 01:07:33 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 01:07:33 +0000
commit75f265fbbbb64ab060bf41c5a4677ce56014ce9f (patch)
tree08f32d5af2ae43aa5dae6b92ca10701fc3de83f5 /test
parentdd7da4f368c7e1139ef78f36ef173a8b8f8f1c61 (diff)
downloadllvm-75f265fbbbb64ab060bf41c5a4677ce56014ce9f.tar.gz
llvm-75f265fbbbb64ab060bf41c5a4677ce56014ce9f.tar.bz2
llvm-75f265fbbbb64ab060bf41c5a4677ce56014ce9f.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/exprs.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/AsmParser/exprs.s b/test/MC/AsmParser/exprs.s
index 5fa4a371c3..62b11c2d4e 100644
--- a/test/MC/AsmParser/exprs.s
+++ b/test/MC/AsmParser/exprs.s
@@ -60,3 +60,4 @@ n:
nop
+ movw $8, (42)+66(%eax)