From: Rafael Espindola Date: Sun, 29 May 2011 04:04:50 +0000 (+0000) Subject: Use %rbp on a 64 bit test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=04507f062f5d61a298d82497db71eff0951b896c;p=oota-llvm.git Use %rbp on a 64 bit test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132279 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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