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.