From 25795bcfb755087d3b5f64b25201a0804c272e44 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 Feb 2004 04:08:29 +0000 Subject: [PATCH] builtin_return/frame_address now work git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11437 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 77f2d6a246e..5d88c7ea422 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -330,7 +330,6 @@ work:
  • Constraints: Constraints for asm operands.
  • Asm Labels: Specifying the assembler name to use for a C symbol.
  • Explicit Reg Vars: Defining variables residing in specified registers.
  • -
  • Return Address: Getting the return or frame address of a function.
  • Vector Extensions: Using vector instructions through built-in functions.
  • Target Builtins: Built-in functions specific to particular targets.
  • Thread-Local: Per-thread variables.
  • @@ -424,6 +423,7 @@ or arrays as values.
  • Alternate Keywords:__const__, __asm__, etc., for header files.
  • Incomplete Enums: enum foo;, with details to follow.
  • Function Names: Printable strings which are the name of the current function.
  • +
  • Return Address: Getting the return or frame address of a function.
  • Unnamed Fields: Unnamed struct/union fields within structs/unions.
  • Attribute Syntax: Formal syntax for attributes.