From 014e5f5e1c1df6c52236171f02257ea5adfddefe Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Wed, 8 Dec 2004 18:25:34 +0000 Subject: [PATCH] Fixed broken link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18648 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 16066c2c31f..a72800e243a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -451,7 +451,7 @@ work:
  • Explicit Reg Vars: Defining variables residing in specified registers.
  • Vector Extensions: Using vector instructions through built-in functions.
  • Target Builtins: Built-in functions specific to particular targets.
  • -
  • Thread-Local: Per-thread variables.
  • +
  • Thread-Local: Per-thread variables.
  • Pragmas: Pragmas accepted by GCC.