summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/empty-functions.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-30 20:20:15 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-30 20:20:15 +0000
commit08600bcf65b3a4ecd249d2316184a0bf45cd4962 (patch)
tree2059e85a4bea81e43659c732db9035fa1d3da42b /llvm/test/CodeGen/X86/empty-functions.ll
parent8284374b07759a28c0856fc44c4088355d6b1318 (diff)
downloadbcm5719-llvm-08600bcf65b3a4ecd249d2316184a0bf45cd4962.tar.gz
bcm5719-llvm-08600bcf65b3a4ecd249d2316184a0bf45cd4962.zip
Use the dwarf->llvm mapping to print register names in the cfi
directives. Fixes PR9826. llvm-svn: 132317
Diffstat (limited to 'llvm/test/CodeGen/X86/empty-functions.ll')
-rw-r--r--llvm/test/CodeGen/X86/empty-functions.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/empty-functions.ll b/llvm/test/CodeGen/X86/empty-functions.ll
index 3434133753b..874c53ac3b0 100644
--- a/llvm/test/CodeGen/X86/empty-functions.ll
+++ b/llvm/test/CodeGen/X86/empty-functions.ll
@@ -20,10 +20,10 @@ entry:
; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: .cfi_def_cfa_offset 16
; CHECK-FP-NEXT: :
-; CHECK-FP-NEXT: .cfi_offset 6, -16
+; CHECK-FP-NEXT: .cfi_offset %rbp, -16
; CHECK-FP-NEXT: movq %rsp, %rbp
; CHECK-FP-NEXT: :
-; CHECK-FP-NEXT: .cfi_def_cfa_register 6
+; CHECK-FP-NEXT: .cfi_def_cfa_register %rbp
; CHECK-FP-NEXT: nop
; CHECK-FP-NEXT: :
; CHECK-FP-NEXT: .cfi_endproc
OpenPOWER on IntegriCloud