Temporarily reverting r56683. This is causing a failure during the build of llvm...
[oota-llvm.git] / test / CodeGen / X86 / x86-64-frameaddr.ll
1 ; RUN: llvm-as < %s | llc -march=x86-64 | grep {leaq    -8(%rsp), %rax}
2 @llvm.noinline = appending global [1 x i8*] [ i8* bitcast (i64* ()* @stack_end_address to i8*) ], section "llvm.metadata"
3
4 define internal i64* @stack_end_address() nounwind  {
5 entry:
6         tail call i8* @llvm.frameaddress( i32 0 )
7         bitcast i8* %0 to i64*
8         ret i64* %1
9 }
10
11 declare i8* @llvm.frameaddress(i32) nounwind readnone