| commit | ee0679207b50d8a10ac21edd47a1713eb9c7e47d | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Tue Jul 26 18:20:00 2016 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Tue Jul 26 18:20:00 2016 +0000 |
| tree | 73b8626bd772c323d456858a6c6a15f397eda830 | |
| parent | a9c5a528469e99dd1f7bb29ed053b98dec45c99d [diff] |
MIRParser: Use shorter cfi identifiers In an instruction like: CFI_INSTRUCTION .cfi_def_cfa ... we can drop the '.cfi_' prefix since that should be obvious by the context: CFI_INSTRUCTION def_cfa ... While being a terser and cleaner syntax this also prepares to dropping support for identifiers starting with a dot character so we can use it for expressions. Differential Revision: http://reviews.llvm.org/D22388 llvm-svn: 276785