summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-24 22:21:50 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-24 22:21:50 +0000
commit22f441afbac90b2dc1e4315a7a6c50dd034af2db (patch)
treed553338b6c8fe00e13c3cefc9bc631971d2151e9 /Makefile
parent4284e1795dd47d9638bb4fbd455ddb7e2e710e80 (diff)
downloadllvm-22f441afbac90b2dc1e4315a7a6c50dd034af2db.tar.gz
llvm-22f441afbac90b2dc1e4315a7a6c50dd034af2db.tar.bz2
llvm-22f441afbac90b2dc1e4315a7a6c50dd034af2db.tar.xz
[ms-inline asm] Add support for parsing the '.' operator. Given,
[register].field The operator returns the value at the location pointed to by register plus the offset of field within its structure or union. This patch only handles immediate fields (i.e., [eax].4). The original displacement has to be a MCConstantExpr as well. Part of rdar://12470415 and rdar://12470514 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions