summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/intel-syntax-binary.s
Commit message (Collapse)AuthorAgeFilesLines
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-141-14/+0
| | | | llvm-svn: 175173
* [ms-inline asm] Add support for lexing binary integers with a [bB] suffix.Chad Rosier2013-02-121-0/+14
This is complicated by backward labels (e.g., 0b can be both a backward label and a binary zero). The current implementation assumes [0-9]b is always a label and thus it's possible for 0b and 1b to not be interpreted correctly for ms-style inline assembly. However, this is relatively simple to fix in the inline assembly (i.e., drop the [bB]). This patch also limits backward labels to [0-9]b, so that only 0b and 1b are ambiguous. Part of rdar://12470373 llvm-svn: 174983
OpenPOWER on IntegriCloud