mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
df2896d609
llvm-svn: 81290
11 lines
244 B
LLVM
11 lines
244 B
LLVM
; RUN: llc < %s -march=x86-64 | grep movq | grep rbp
|
|
|
|
define i64* @stack_end_address() nounwind {
|
|
entry:
|
|
tail call i8* @llvm.frameaddress( i32 0 )
|
|
bitcast i8* %0 to i64*
|
|
ret i64* %1
|
|
}
|
|
|
|
declare i8* @llvm.frameaddress(i32) nounwind readnone
|