commit | 3b660efb9f9fa3e87096f4a96a2093cd17c43c2e | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Sun May 03 19:23:23 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Sun May 03 19:23:23 2009 +0000 |
tree | d3b224cd3a3e787ef480dc148d760a6f8d77eff0 | |
parent | d9b856fddd07b48388307127687a634235271849 [diff] [blame] |
PR4134: Implement __builtin_extract_return_addr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70794 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/builtins.c b/test/CodeGen/builtins.c index 8735cc6..ce5cd74 100644 --- a/test/CodeGen/builtins.c +++ b/test/CodeGen/builtins.c
@@ -109,6 +109,7 @@ // FIXME // V(clear_cache, (&N, &N+1)); V(trap, ()); + P(extract_return_addr, (&N)); return 0; }