summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memset-nonzero.ll
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-11-30 23:48:26 +0000
committerMatthias Braun <matze@braunis.de>2016-11-30 23:48:26 +0000
commit39c3c89cdc20b541dee4b2ebb52c867d07982294 (patch)
tree33781ef30cf8f09ce9ca0560cf1d6fa126b7a232 /llvm/test/CodeGen/X86/memset-nonzero.ll
parentd195d4c520d3e26ab508b348b461e6414e253197 (diff)
downloadbcm5719-llvm-39c3c89cdc20b541dee4b2ebb52c867d07982294.tar.gz
bcm5719-llvm-39c3c89cdc20b541dee4b2ebb52c867d07982294.zip
MCStreamer: Use "cfi" for CFI related temp labels.
Choosing a "cfi" name makes the intend a bit clearer in an assembly dump and more importantly the assembly dumps are slightly more stable as the numbers don't move around anymore when unrelated code calls createTempSymbol() more or less often. As they are temp labels the name doesn't influence the generated object code. Differential Revision: https://reviews.llvm.org/D27244 llvm-svn: 288290
Diffstat (limited to 'llvm/test/CodeGen/X86/memset-nonzero.ll')
-rw-r--r--llvm/test/CodeGen/X86/memset-nonzero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/memset-nonzero.ll b/llvm/test/CodeGen/X86/memset-nonzero.ll
index 29fee071040..769fe87880b 100644
--- a/llvm/test/CodeGen/X86/memset-nonzero.ll
+++ b/llvm/test/CodeGen/X86/memset-nonzero.ll
@@ -147,7 +147,7 @@ define void @memset_256_nonzero_bytes(i8* %x) {
; SSE-LABEL: memset_256_nonzero_bytes:
; SSE: # BB#0:
; SSE-NEXT: pushq %rax
-; SSE-NEXT: .Ltmp0:
+; SSE-NEXT: .Lcfi0:
; SSE-NEXT: .cfi_def_cfa_offset 16
; SSE-NEXT: movl $42, %esi
; SSE-NEXT: movl $256, %edx # imm = 0x100
OpenPOWER on IntegriCloud