diff options
author | Matthias Braun <matze@braunis.de> | 2016-11-30 23:48:26 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-11-30 23:48:26 +0000 |
commit | 39c3c89cdc20b541dee4b2ebb52c867d07982294 (patch) | |
tree | 33781ef30cf8f09ce9ca0560cf1d6fa126b7a232 /llvm/test/CodeGen/X86/statepoint-stackmap-format.ll | |
parent | d195d4c520d3e26ab508b348b461e6414e253197 (diff) | |
download | bcm5719-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/statepoint-stackmap-format.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/statepoint-stackmap-format.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll b/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll index ea05993c478..df6180de17a 100644 --- a/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll +++ b/llvm/test/CodeGen/X86/statepoint-stackmap-format.ll @@ -109,7 +109,7 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; Callsites ; Constant arguments -; CHECK-NEXT: .long .Ltmp1-test +; CHECK-NEXT: .long .Ltmp0-test ; CHECK: .short 0 ; CHECK: .short 11 ; SmallConstant (0) @@ -181,7 +181,7 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; Callsites ; Constant arguments -; CHECK-NEXT: .long .Ltmp3-test_derived_arg +; CHECK-NEXT: .long .Ltmp1-test_derived_arg ; CHECK: .short 0 ; CHECK: .short 11 ; SmallConstant (0) @@ -246,7 +246,7 @@ declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32) ; CHECK-NEXT: .quad 237 ; Instruction Offset -; CHECK-NEXT: .long .Ltmp5-test_id +; CHECK-NEXT: .long .Ltmp2-test_id ; Reserved: ; CHECK: .short 0 |