mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
ARM parse parenthesized expressions for label references.
Partial fix for rdar://10348687. llvm-svn: 143063
This commit is contained in:
parent
90896edc6c
commit
4597f361f6
@ -3691,6 +3691,7 @@ bool ARMAsmParser::parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
|
||||
// Fall though for the Identifier case that is not a register or a
|
||||
// special name.
|
||||
}
|
||||
case AsmToken::LParen: // parenthesized expressions like (_strcmp-4)
|
||||
case AsmToken::Integer: // things like 1f and 2b as a branch targets
|
||||
case AsmToken::Dot: { // . as a branch target
|
||||
// This was not a register so parse other operands that start with an
|
||||
|
Loading…
x
Reference in New Issue
Block a user