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
Loading
Please register or sign in to comment