mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
28d9b3a8ad
llvm-svn: 56748
11 lines
254 B
LLVM
11 lines
254 B
LLVM
; RUN: llvm-as < %s | llc -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
|