fix function label name in addressofreturnaddress test

llvm-svn: 284085
This commit is contained in:
Albert Gutowski 2016-10-12 23:58:45 +00:00
parent 0bd37a1a36
commit 3245ee7e57
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ define i8* @f() nounwind readnone optsize {
entry:
%0 = tail call i8* @llvm.addressofreturnaddress() ; <i8*> [#uses=1]
ret i8* %0
; CHECK-X86-LABEL: _f:
; CHECK-X86-LABEL: f:
; CHECK-X86: pushl %ebp
; CHECK-X86: movl %esp, %ebp
; CHECK-X86: leal 4(%ebp), %eax