blob: d5958745dfff86a7b2844c31074d91b5b6f9f940 [file] [log] [blame]
Shih-wei Liaoe264f622010-02-10 11:10:31 -08001; RUN: llc < %s -march=x86 | grep mov | grep ebp
2
3define i8* @t() nounwind {
4entry:
5 %0 = tail call i8* @llvm.frameaddress(i32 0)
6 ret i8* %0
7}
8
9declare i8* @llvm.frameaddress(i32) nounwind readnone