]> granicus.if.org Git - clang/commit
Add proper target hooks for __builtin_extract_return_address and
authorJohn McCall <rjmccall@apple.com>
Wed, 3 Mar 2010 04:15:11 +0000 (04:15 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 3 Mar 2010 04:15:11 +0000 (04:15 +0000)
commit492c4f998d848673d3d6c9e6416115df4036a71d
tree88d9ce98c68d4cc7bfcb09e6c797442945e5e907
parent9a70846c5ffd5ff5cce60de49cd7b312146bf502
Add proper target hooks for __builtin_extract_return_address and
__builtin_frob_return_address.  The implementations for both are
still trivial in the default case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97638 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/TargetInfo.h