Skip to content
Commit 9bff6531 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me

(I think).
 - We weren't properly parsing the leading parenthesized expression in something
   like 'push (4)(%eax)'.
 
 - Added ParseParenRelocatableExpression to support this. I suspect we should
   just use lookahead, though.

 - Test case to follow.

llvm-svn: 74685
parent 36a20070
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment