summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-01-18 23:01:21 +0000
committerOwen Anderson <resistor@mac.com>2011-01-18 23:01:21 +0000
commitdac7a0174eb31f3f675ea550febe3d56d8f82089 (patch)
tree8da2f12b297153aacf05fd7a14e2f16ce9b4700d /clang/lib/CodeGen
parentb086ff7e3ff1ae3e9c1965df635bdd8e314258f1 (diff)
downloadbcm5719-llvm-dac7a0174eb31f3f675ea550febe3d56d8f82089.tar.gz
bcm5719-llvm-dac7a0174eb31f3f675ea550febe3d56d8f82089.zip
When matching asm operands, always try to match the most restricted type first.
Unfortunately, while this is the "right" thing to do, it breaks some ARM asm parsing tests because MemMode5 and ThumbMemModeReg are ambiguous. This is tricky to resolve since neither is a subset of the other. XFAIL the test for now. The old way was broken in other ways, just ways we didn't happen to be testing, and our ARM asm parsing is going to require significant revisiting at a later point anyways. llvm-svn: 123786
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud