Skip to content
Commit ca08df75 authored by Kevin Enderby's avatar Kevin Enderby
Browse files

Fix a bug in the MC asm parser evaluating expressions. It was treating:

A = 9
B = 3 * A - 2 * A + 1 as  B = 3 * A - (2 * A + 1)

rdar://13816516

llvm-svn: 181366
parent 091872c5
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