diff options
author | Matthias Braun <matze@braunis.de> | 2016-07-26 18:20:00 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-07-26 18:20:00 +0000 |
commit | ee0679207b50d8a10ac21edd47a1713eb9c7e47d (patch) | |
tree | 73b8626bd772c323d456858a6c6a15f397eda830 /llvm/utils | |
parent | a9c5a528469e99dd1f7bb29ed053b98dec45c99d (diff) | |
download | bcm5719-llvm-ee0679207b50d8a10ac21edd47a1713eb9c7e47d.tar.gz bcm5719-llvm-ee0679207b50d8a10ac21edd47a1713eb9c7e47d.zip |
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
Diffstat (limited to 'llvm/utils')
0 files changed, 0 insertions, 0 deletions