summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2013-05-07 21:40:58 +0000
committerKevin Enderby <enderby@apple.com>2013-05-07 21:40:58 +0000
commitca08df756e7f9f9dced63ee751fc2557974cff47 (patch)
treec9653f1ad8a339f2be74cc245de44549777bc57c /clang/lib/CodeGen/CodeGenFunction.cpp
parent091872c5df50fc734be3074536a6184748225f40 (diff)
downloadbcm5719-llvm-ca08df756e7f9f9dced63ee751fc2557974cff47.tar.gz
bcm5719-llvm-ca08df756e7f9f9dced63ee751fc2557974cff47.zip
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud