From 04507f062f5d61a298d82497db71eff0951b896c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 29 May 2011 04:04:50 +0000 Subject: [PATCH] Use %rbp on a 64 bit test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132279 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/cfi-offset.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ELF/cfi-offset.s b/test/MC/ELF/cfi-offset.s index 963a76c1fca..f54dec0ec8a 100644 --- a/test/MC/ELF/cfi-offset.s +++ b/test/MC/ELF/cfi-offset.s @@ -3,7 +3,7 @@ f: .cfi_startproc nop - .cfi_offset %ebp, -16 + .cfi_offset %rbp, -16 nop .cfi_endproc -- 2.34.1