summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-07-26 18:20:00 +0000
committerMatthias Braun <matze@braunis.de>2016-07-26 18:20:00 +0000
commitee0679207b50d8a10ac21edd47a1713eb9c7e47d (patch)
tree73b8626bd772c323d456858a6c6a15f397eda830 /llvm/test/CodeGen/ARM
parenta9c5a528469e99dd1f7bb29ed053b98dec45c99d (diff)
downloadbcm5719-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/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir b/llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir
index b4f19ecc561..f8d671feeb1 100644
--- a/llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir
+++ b/llvm/test/CodeGen/ARM/ARMLoadStoreDBG.mir
@@ -144,9 +144,9 @@ body: |
liveins: %r0, %r2, %r3, %r7, %lr
%sp = frame-setup t2STMDB_UPD %sp, 14, _, killed %r7, killed %lr
- frame-setup CFI_INSTRUCTION .cfi_def_cfa_offset 8
- frame-setup CFI_INSTRUCTION .cfi_offset %lr, -4
- frame-setup CFI_INSTRUCTION .cfi_offset %r7, -8
+ frame-setup CFI_INSTRUCTION def_cfa_offset 8
+ frame-setup CFI_INSTRUCTION offset %lr, -4
+ frame-setup CFI_INSTRUCTION offset %r7, -8
DBG_VALUE debug-use %r0, debug-use _, !18, !27, debug-location !28
DBG_VALUE debug-use %r1, debug-use _, !19, !27, debug-location !28
DBG_VALUE debug-use %r2, debug-use _, !20, !27, debug-location !28
OpenPOWER on IntegriCloud